Skip to content
Snippets Groups Projects
Commit b6c6535f authored by Amir Qayyum Khan's avatar Amir Qayyum Khan
Browse files

Fixed error: ImportError: No module named notmigrations

parent a8a3c5f3
No related branches found
Tags release-2020-11-19-11.03
No related merge requests found
......@@ -289,4 +289,4 @@ class NoOpMigrationModules(object):
return True
def __getitem__(self, item):
return "notmigrations"
return None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment