Skip to content

Commit 8accf21

Browse files
committed
PyCQA#129 - Removing import
1 parent 4376083 commit 8accf21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pydocstyle/checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import string
55
import sys
66
import tokenize as tk
7-
import pyparsing as pr
87
from itertools import takewhile
98
from re import compile as re
109
from collections import namedtuple

0 commit comments

Comments
 (0)