mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove unused imports.
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user