Commit 4139634
committed
fix(safety): remove unused import and f-string without placeholders
flake8 fixes:
- _policy.py: remove unused 'os' import (F401)
- _scanner.py: replace f-string with regular string (F541)
Signed-off-by: coder-mtj <coder-mtj@users.noreply.github.com>1 parent eaa02fb commit 4139634
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments