Skip to content

Commit 1de72bb

Browse files
committed
Remove dead import
1 parent abccf04 commit 1de72bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/pydoc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class or function within a module or module in a package. If the
7676
from collections import deque
7777
from reprlib import Repr
7878
from traceback import format_exception_only
79-
from token import tok_name
8079

8180
from _pyrepl.pager import (get_pager, pipe_pager,
8281
plain_pager, tempfile_pager, tty_pager)

0 commit comments

Comments
 (0)