Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Nov 14, 2024
1 parent ffeb14d commit 639b2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def is_fraction_valid(fraction: Fraction) -> bool:

skip_reference_counter_test = pytest.mark.skipif(
platform.python_implementation() == 'PyPy',
reason="PyPy's garbage collection " 'is not based on reference counting.',
reason='PyPy garbage collection is not based on reference counting.',
)
fraction_pattern = re.compile(
r'\A\s*(?P<sign>[-+]?)(?=\d|\.\d)(?P<num>\d*)'
Expand Down

0 comments on commit 639b2cc

Please sign in to comment.