Skip to content

Commit 4dc4c6d

Browse files
committed
Removed dead code
- Legacy-Id: 9950
1 parent 669638d commit 4dc4c6d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

ietf/settings_sqlitetest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,3 @@ def __getitem__(self, item):
3636
},
3737
}
3838

39-
class DisableMigrations(object):
40-
def __contains__(self, item):
41-
return True
42-
43-
def __getitem__(self, item):
44-
return "notmigrations"
45-
46-
MIGRATION_MODULES = DisableMigrations()

0 commit comments

Comments
 (0)