Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Mar 13, 2024
1 parent c0c01a4 commit d5b0350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sixs_bin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
import pathlib
from typing import TYPE_CHECKING, Final, Literal

# Py6S may not be installed.
if TYPE_CHECKING:
from importlib.abc import Traversable

# Py6S may not be installed.
from Py6S import SixS
from typing_extensions import TypeAlias

Expand Down

0 comments on commit d5b0350

Please sign in to comment.