Skip to content

Commit

Permalink
Update for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Dec 2, 2024
1 parent 4aeab8f commit 8ef6ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/PiFinder/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from PiFinder import utils

sys.path.append(str(utils.tetra3_dir))
import tetra3 # type: ignore
from tetra3 import cedar_detect_client # type: ignore
import tetra3
from tetra3 import cedar_detect_client

logger = logging.getLogger("Solver")

Expand Down

0 comments on commit 8ef6ce5

Please sign in to comment.