Commit 51a46fd
committed
fix(lint): Remove unused imports to fix pyflakes errors
Fixed pyflakes warnings:
1. core/overlay.py:
- Removed unused 'sys' import
2. core/settings_manager.py:
- Removed unused 'typing.Optional' import
3. core/configuration.py:
- Removed unused 'typing.Optional' import
4. core/ui/components.py:
- Removed unused 'PySide6.QtCore.Qt' import
- Removed unused 'PySide6.QtGui.QColor' import
- Removed unused '..configuration.AppConfig' import
These were warnings (not actual errors), but pyflakes considers them failures.
All files now pass pyflakes linting without warnings.1 parent f111f96 commit 51a46fd
File tree
4 files changed
+2
-6
lines changed- core
- ui
4 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
0 commit comments