Skip to content

Commit

Permalink
Fixes coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jan 7, 2022
1 parent fd3874f commit eb1b47d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
ClassVarTypes: tuple = (typing.ClassVar,)
try:
ClassVarTypes += (typing_extensions.ClassVar,) # type: ignore
except AttributeError:
except AttributeError: # pragma: no cover
pass # `typing_extensions` might not be installed


Expand Down

0 comments on commit eb1b47d

Please sign in to comment.