Commit 469ca91
fix(lint): drop merge-residual unused imports flagged by ruff
dojo_dispatch_task in dojo/notifications/helper.py was kept during the
dev merge based on tailwind's pre-merge usage, but dev's refactor swaps
the dispatch_task calls for direct send_X_notification.run(...). Also
trims an unused F401 from the wildcard re-export in
dojo/api_v2/permissions.py (F403 still needed).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8cdd220 commit 469ca91
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments