Skip to content

Commit

Permalink
comment import behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu committed Nov 16, 2022
1 parent 86f9a37 commit 4d4857f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recOrder/plugin/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

# type hint/check
from typing import TYPE_CHECKING

# avoid runtime import error
if TYPE_CHECKING:
from _typeshed import StrOrBytesPath

Expand Down

0 comments on commit 4d4857f

Please sign in to comment.