Remove unused imports.

This commit is contained in:
practicalswift
2015-12-19 10:52:38 +01:00
parent 30cc5ca178
commit cd337dc83b
12 changed files with 2 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
import re
from pygments.lexer import Lexer, RegexLexer, include, bygroups, using, this, do_insertions
from pygments.lexer import RegexLexer, include, bygroups
from pygments.token import *
__all__ = ['SwiftLexer', 'SwiftConsoleLexer']