Commit e012c7d
committed
fix(timeline-chart): update import statement and add noqa comment for clarity
- Removed unnecessary noqa directive from LoadSaveWidget import in configuration_management_system.py.
- Added noqa comment for private member access in timeline.py to address linting concerns.
These changes improve code clarity and maintain compliance with linting standards.1 parent 9d51593 commit e012c7d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
0 commit comments