Skip to content

Commit

Permalink
Merge pull request #17850 from mitodl/fix_aq_no_name_notmigrations
Browse files Browse the repository at this point in the history
Fixed error: ImportError: No module named notmigrations
  • Loading branch information
macdiesel authored Apr 2, 2018
2 parents fd733a9 + b6c6535 commit 161bf69
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 161bf69

Please sign in to comment.