diff --git a/ietf/settings_test.py b/ietf/settings_test.py index 644a6d5b16d..b5da9b833bd 100755 --- a/ietf/settings_test.py +++ b/ietf/settings_test.py @@ -50,7 +50,7 @@ def __getitem__(self, item): # test with a single DB - do not use a DB router BLOBDB_DATABASE = "default" -DATABASE_ROUTERS: list[str] = [] +DATABASE_ROUTERS = [] # type: ignore if TEST_CODE_COVERAGE_CHECKER and not TEST_CODE_COVERAGE_CHECKER._started: # pyflakes:ignore TEST_CODE_COVERAGE_CHECKER.start() # pyflakes:ignore