Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Sep 13, 2023
1 parent 6f49ae7 commit 779a401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lib/test/test_capi/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2073,9 +2073,9 @@ class Test_testinternalcapi(unittest.TestCase):

@threading_helper.requires_working_threading()
class Test_PyLock(unittest.TestCase):
locals().update((name, getattr(_testinternalcapi, name))
for name in dir(_testinternalcapi)
if name.startswith('test_lock_'))
locals().update((name, getattr(_testinternalcapi, name))
for name in dir(_testinternalcapi)
if name.startswith('test_lock_'))


@unittest.skipIf(_testmultiphase is None, "test requires _testmultiphase module")
Expand Down

0 comments on commit 779a401

Please sign in to comment.