Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 450fe4d

Browse files
committed
#230 - Ugh.
1 parent 37713e6 commit 450fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydocstyle/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
try:
1818
from itertools import zip_longest
19-
except ImportError
19+
except ImportError:
2020
from itertools import izip_longest as zip_longest
2121

2222

0 commit comments

Comments
 (0)