Fixed error: ImportError: No module named notmigrations

This commit is contained in:
Amir Qayyum Khan
2018-04-02 17:44:59 +05:00
parent a8a3c5f322
commit b6c6535f15

View File

@@ -289,4 +289,4 @@ class NoOpMigrationModules(object):
return True
def __getitem__(self, item):
return "notmigrations"
return None