Skip to content

Commit

Permalink
ignore coverage on lines specific to older python
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Sep 15, 2024
1 parent 2c814ed commit 3f8e826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuitpython_mocks/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

try:
from typing import Self
except ImportError:
except ImportError: # pragma: no cover
from typing_extensions import Self


Expand Down

0 comments on commit 3f8e826

Please sign in to comment.