Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 15, 2023
1 parent c7bd433 commit 41f23b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click_extra/pygments.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from pygments.filter import Filter
from pygments.filters import TokenMergeFilter
from pygments.formatters import HtmlFormatter
from pygments.formatter import _lookup_style
from pygments.formatter import _lookup_style # type: ignore[attr-defined]
from pygments.lexer import Lexer, LexerMeta
from pygments.lexers.algebra import GAPConsoleLexer
from pygments.lexers.dylan import DylanConsoleLexer
Expand Down

0 comments on commit 41f23b6

Please sign in to comment.