Skip to content
Snippets Groups Projects
Commit 8c37865d authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix flake8

parent 56414a53
No related branches found
No related tags found
1 merge request!394Initial go at removing deepdish as a first-class dependency
Pipeline #51549 passed
......@@ -1711,7 +1711,7 @@ class Interferometer(object):
raise NotImplementedError('Pickling of Interferometer is not supported in Python 2.'
'Use Python 3 instead.')
res = deepsish.io.load(filename)
res = deepdish.io.load(filename)
if res.__class__ != cls:
raise TypeError('The loaded object is not an Interferometer')
return res
......
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