Skip to content

Commit 7e9cd9c

Browse files
chore: lint, lint everywhere (#8995)
1 parent 99f8a1f commit 7e9cd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/settings_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __getitem__(self, item):
5050

5151
# test with a single DB - do not use a DB router
5252
BLOBDB_DATABASE = "default"
53-
DATABASE_ROUTERS: list[str] = []
53+
DATABASE_ROUTERS = [] # type: ignore
5454

5555
if TEST_CODE_COVERAGE_CHECKER and not TEST_CODE_COVERAGE_CHECKER._started: # pyflakes:ignore
5656
TEST_CODE_COVERAGE_CHECKER.start() # pyflakes:ignore

0 commit comments

Comments
 (0)