Merge pull request #17850 from mitodl/fix_aq_no_name_notmigrations
Fixed error: ImportError: No module named notmigrations
This commit is contained in:
@@ -289,4 +289,4 @@ class NoOpMigrationModules(object):
|
||||
return True
|
||||
|
||||
def __getitem__(self, item):
|
||||
return "notmigrations"
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user