Skip to content

Commit

Permalink
PyCQA#129 - Removing import
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharoo committed Dec 24, 2016
1 parent 4376083 commit 8accf21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pydocstyle/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import string
import sys
import tokenize as tk
import pyparsing as pr
from itertools import takewhile
from re import compile as re
from collections import namedtuple
Expand Down

0 comments on commit 8accf21

Please sign in to comment.