Skip to content

Commit 0b54103

Browse files
committed
pep8
1 parent bf01d4c commit 0b54103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_structseq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def test_reference_cycle(self):
358358

359359
def test_replace_gc_tracked(self):
360360
# Verify that __replace__ results are properly GC-tracked
361-
time_struct= time.gmtime(0)
361+
time_struct = time.gmtime(0)
362362
lst = []
363363
replaced_struct = time_struct.__replace__(tm_year=lst)
364364
lst.append(replaced_struct)

0 commit comments

Comments
 (0)