Skip to content

Commit e0791b8

Browse files
committed
align comment
1 parent edafa7b commit e0791b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ class A:
441441
def f():
442442
__mangled = 1
443443
__not_mangled__ = 2
444-
import __mangled_mod # noqa: F401
444+
import __mangled_mod # noqa: F401
445445
import __package__.module # noqa: F401
446446

447447
self.assertIn("_A__mangled", A.f.__code__.co_varnames)

0 commit comments

Comments
 (0)