Skip to content

Commit

Permalink
Remove mypy ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Dec 2, 2024
1 parent 2bd58ad commit 7543caa
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 PiFinder.tetra3.tetra3 as tetra3 # type: ignore
from PiFinder.tetra3.tetra3 import cedar_detect_client # type: ignore
import PiFinder.tetra3.tetra3 as tetra3
from PiFinder.tetra3.tetra3 import cedar_detect_client

logger = logging.getLogger("Solver")

Expand Down

0 comments on commit 7543caa

Please sign in to comment.