Skip to content

Commit 1c300be

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 32132b8 commit 1c300be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema_lexer/lexer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import ClassVar
66

7-
from pygments.lexers.data import ( # type: ignore[reportMissingTypeStubs]
7+
from pygments.lexers.data import ( # type: ignore[reportMissingTypeStubs]
88
JsonLexer,
99
)
1010
from pygments.token import Token

0 commit comments

Comments
 (0)