Skip to content

Commit 32132b8

Browse files
committed
Fix placement of #ignore stubs line
1 parent 51d1503 commit 32132b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema_lexer/lexer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
from typing import ClassVar
66

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

0 commit comments

Comments
 (0)