Skip to content

Commit 779a401

Browse files
committed
Fix indentation
1 parent 6f49ae7 commit 779a401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/test_capi/test_misc.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2073,9 +2073,9 @@ class Test_testinternalcapi(unittest.TestCase):
20732073

20742074
@threading_helper.requires_working_threading()
20752075
class Test_PyLock(unittest.TestCase):
2076-
locals().update((name, getattr(_testinternalcapi, name))
2077-
for name in dir(_testinternalcapi)
2078-
if name.startswith('test_lock_'))
2076+
locals().update((name, getattr(_testinternalcapi, name))
2077+
for name in dir(_testinternalcapi)
2078+
if name.startswith('test_lock_'))
20792079

20802080

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

0 commit comments

Comments
 (0)