Skip to content

Commit

Permalink
🚑 Fix shtab
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Mar 14, 2024
1 parent fc57204 commit 18dbcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zathura_language_server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
try:
import shtab
except ImportError:
import _shtab as shtab
from . import _shtab as shtab

NAME = NAME.replace("_", "-")
VERSION = rf"""{NAME} {__version__}
Expand Down

0 comments on commit 18dbcaa

Please sign in to comment.