Skip to content

Commit

Permalink
Fixed error: ImportError: No module named notmigrations
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-qayyum-khan committed Apr 2, 2018
1 parent a8a3c5f commit b6c6535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/djangoapps/util/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ def __contains__(self, item):
return True

def __getitem__(self, item):
return "notmigrations"
return None

0 comments on commit b6c6535

Please sign in to comment.