Skip to content

Commit

Permalink
Object
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Apr 16, 2019
1 parent 1fcb15a commit a511d57
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 @@ -28,7 +28,7 @@
pytac.exceptions.FieldException = Exception
pytac.exceptions.HandleException = Exception
pytac.__dict__['data_source'] = types.ModuleType('data_source')
pytac.data_source.DataSource = types.ClassType('DataSource')
pytac.data_source.DataSource = object()

class Mock(MagicMock):
@classmethod
Expand Down

0 comments on commit a511d57

Please sign in to comment.