X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2d80366ac1304c6eff84604d1308ecae5daeef32..8e7848c63efe36f09e4651bece8c0efc34a1c3e1:/blib2to3/pgen2/grammar.py?ds=sidebyside

diff --git a/blib2to3/pgen2/grammar.py b/blib2to3/pgen2/grammar.py
index c00cb22..a1da546 100644
--- a/blib2to3/pgen2/grammar.py
+++ b/blib2to3/pgen2/grammar.py
@@ -13,7 +13,6 @@ fallback token code OP, but the parser needs the actual token code.
 """
 
 # Python imports
-import collections
 import pickle
 
 # Local imports