Skip to content

Commit ab779a2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 9dd0f8f commit ab779a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stubs/Pygments/pygments/formatter.pyi

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class Formatter:
1616
def format(self, tokensource, outfile): ...
1717

1818
@type_check_only
19-
class _Formatter(Generic[_T], Formatter):
20-
...
19+
class _Formatter(Generic[_T], Formatter): ...
2120

2221
@type_check_only
2322
class _BinaryFormatter(_Formatter[bytes]):

0 commit comments

Comments
 (0)