Skip to content

Commit

Permalink
Cull double try-import in plugin.py (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mataha authored Nov 19, 2023
1 parent 9100961 commit 5e477b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
import functools


try:
import Terminus # type: ignore
except ImportError:
Terminus = None


try:
import Terminus # type: ignore
except ImportError:
Expand Down

0 comments on commit 5e477b5

Please sign in to comment.