Skip to content

Commit

Permalink
pyexpat: Break a long line for PEP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Feb 24, 2024
1 parent b0058d5 commit 1f70c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/test/test_pyexpat.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,8 @@ def test_getter_setter_round_trip(self):

def test_reparse_deferral_enabled(self):
if expat.version_info < (2, 6, 0):
self.skipTest(f'Expat {expat.version_info} does not support reparse deferral')
self.skipTest(f'Expat {expat.version_info} does not '
'support reparse deferral')

started = []

Expand Down

0 comments on commit 1f70c09

Please sign in to comment.