Commit 71e4687
style(test): Move Pane import to file top per PEP 8
Follow PEP 8 guidelines by moving the openpyxl.worksheet.views.Pane
import from inside the test function to the top of the file with
other imports.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 00a21ec commit 71e4687
1 file changed
Lines changed: 1 addition & 2 deletions
File tree
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
788 | 789 | | |
789 | 790 | | |
790 | 791 | | |
791 | | - | |
792 | | - | |
793 | 792 | | |
794 | 793 | | |
795 | 794 | | |
| |||
0 commit comments