Skip to content

Commit

Permalink
ignore pyton 3.7 specific code for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Feb 13, 2020
1 parent 4ad79bd commit b945b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eagerpy/tensor/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class GenericExtensionMeta(typing.GenericMeta, ExtensionMeta):
pass


else: # Python 3.7 and newer
else: # pragma: no cover # Python 3.7 and newer

class GenericExtensionMeta(ExtensionMeta): # type: ignore
pass
Expand Down

0 comments on commit b945b6c

Please sign in to comment.