Skip to content

Commit

Permalink
no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed May 28, 2024
1 parent faea099 commit 6f5f04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class documentation for more information.
MAX_PYTHON_FILE_DETECTION_BYTES = 1024

IS_SUPPORT_TOKEN_FSTRING = False
if sys.version_info >= (3, 12):
if sys.version_info >= (3, 12): # pgrama: no cover
IS_SUPPORT_TOKEN_FSTRING = True

Check warning on line 159 in autopep8.py

View check run for this annotation

Codecov / codecov/patch

autopep8.py#L159

Added line #L159 was not covered by tests


Expand Down

0 comments on commit 6f5f04d

Please sign in to comment.