Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jhidding committed Jul 18, 2019
1 parent 2e735c8 commit 87aa665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noodles/serial/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .dataclass import SerDataClass
except ImportError:
use_dataclasses = False
SerDataClass = None
SerDataClass = lambda: None # noqa
else:
use_dataclasses = True

Expand Down

0 comments on commit 87aa665

Please sign in to comment.