Skip to content

Commit 2f63f68

Browse files
committed
Missed one
1 parent c4d9c65 commit 2f63f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Pygments/pygments/style.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class _StyleDict(TypedDict):
2121
bgansicolor: str | None
2222

2323
class StyleMeta(type):
24-
def __new__(cls: type[Self], name, bases: tuple[type[Any], ...], dct: dict[str, Any]) -> Self: ...
24+
def __new__(cls: type[Self], name: str, bases: tuple[type[Any], ...], dct: dict[str, Any]) -> Self: ...
2525
def style_for_token(cls, token: _TokenType) -> _StyleDict: ...
2626
def styles_token(cls, ttype: _TokenType) -> bool: ...
2727
def list_styles(cls) -> list[tuple[_TokenType, _StyleDict]]: ...

0 commit comments

Comments
 (0)