Skip to content

Commit f638514

Browse files
committed
Ignore flake8-requirements warning
1 parent 1c58f0c commit f638514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/sync-direct-runtime-deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if sys.version_info >= (3, 11):
88
import tomllib
99
else:
10-
import tomli as tomllib
10+
import tomli as tomllib # noqa: I900
1111

1212
data = tomllib.loads(Path("pyproject.toml").read_text())
1313
reqs = (

0 commit comments

Comments
 (0)