diff options
author | Georg Brandl <georg@python.org> | 2022-10-27 07:19:07 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2022-10-27 11:58:29 +0200 |
commit | 11dac32db5db1166b8d55dc85bc16d2085936c9a (patch) | |
tree | c5e59cbabf10790754b4f2bc915ed87b2dba8c09 /pygments/lexers/_sourcemod_builtins.py | |
parent | 2b45339f7d6966b1780b28f3b792266f0f48214c (diff) | |
download | pygments-git-11dac32db5db1166b8d55dc85bc16d2085936c9a.tar.gz |
all: style fixes
Diffstat (limited to 'pygments/lexers/_sourcemod_builtins.py')
-rw-r--r-- | pygments/lexers/_sourcemod_builtins.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/lexers/_sourcemod_builtins.py b/pygments/lexers/_sourcemod_builtins.py index 3884b4b6..6f1392dc 100644 --- a/pygments/lexers/_sourcemod_builtins.py +++ b/pygments/lexers/_sourcemod_builtins.py @@ -1093,7 +1093,6 @@ FUNCTIONS = ( if __name__ == '__main__': # pragma: no cover import re - import sys from urllib.request import FancyURLopener from pygments.util import format_lines |