treewide: fix 'ruff check' errors
This is mostly about unused imports. A couple errors remain, but are fine in my book (using `l` as a variable name, assigning a lambda to a variable).
This commit is contained in:
parent
8618c81b2f
commit
f9fc9fbd6b
54 changed files with 21 additions and 64 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import itertools
|
||||
import sys
|
||||
from typing import List
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import itertools
|
||||
import sys
|
||||
from math import ceil, floor
|
||||
from typing import List
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue