We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd0f8f commit ab779a2Copy full SHA for ab779a2
stubs/Pygments/pygments/formatter.pyi
@@ -16,8 +16,7 @@ class Formatter:
16
def format(self, tokensource, outfile): ...
17
18
@type_check_only
19
-class _Formatter(Generic[_T], Formatter):
20
- ...
+class _Formatter(Generic[_T], Formatter): ...
21
22
23
class _BinaryFormatter(_Formatter[bytes]):
0 commit comments