Skip to content

Commit 8e5f746

Browse files
Remove stray comment
1 parent cea1693 commit 8e5f746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • doc/data/messages/c/cyclic-import/bad

doc/data/messages/c/cyclic-import/bad/bad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ def count_to_one():
33

44

55
def count_to_three():
6-
from .bad2 import count_to_two # another cyclic-import
6+
from .bad2 import count_to_two
77

88
return count_to_two() + 1

0 commit comments

Comments
 (0)