Skip to content

Commit

Permalink
Fix package name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 15, 2025
1 parent fdae7e3 commit bb234c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_ipython_pygments_lexers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pygments.token import Token
from pygments.lexers import BashLexer

import pygments_lexers_ipython as lexers
import ipython_pygments_lexers as lexers

pyg214 = tuple(int(x) for x in pygments_version.split(".")[:2]) >= (2, 14)

Expand Down

0 comments on commit bb234c8

Please sign in to comment.