Skip to content

Commit

Permalink
Fix dict.
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Apr 16, 2019
1 parent cefb124 commit 1d36428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

sys.modules.update(('at', Mock()))
sys.modules.update({'at': Mock()})

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit 1d36428

Please sign in to comment.