Skip to content

Commit

Permalink
311 coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 24, 2023
1 parent df40e62 commit 94f3b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cython_lint/cython_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

if sys.version_info >= (3, 11): # pragma: no cover
import tomllib
else:
else: # pragma: no cover
import tomli as tomllib

with warnings.catch_warnings():
Expand Down

0 comments on commit 94f3b91

Please sign in to comment.