Skip to content

Commit

Permalink
Remove unnecessary path insert
Browse files Browse the repository at this point in the history
Signed-off-by: Jordà Polo <[email protected]>
  • Loading branch information
jordap committed Jan 10, 2025
1 parent d392b3c commit 6e73a58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions omnistat-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
import os
import sys

if os.path.isdir("omnistat") and sys.path[0]:
sys.path.insert(0, "")

try:
from omnistat.standalone import main
except ImportError as err:
Expand Down

0 comments on commit 6e73a58

Please sign in to comment.