Skip to content

Commit

Permalink
fix some linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 9, 2025
1 parent 79fa673 commit 70a3461
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/src/opentrons/hardware_control/modules/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
cast,
TYPE_CHECKING,
TypeGuard,
Literal,
)
from typing_extensions import TypedDict
from pathlib import Path
Expand Down
1 change: 0 additions & 1 deletion robot-server/tests/modules/test_module_data_mapper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Tests for robot_server.modules.module_data_mapper."""
import pytest
from typing import Dict

from opentrons.protocol_engine import ModuleModel, DeckType
from opentrons.protocol_engine.types import Vec3f
Expand Down

0 comments on commit 70a3461

Please sign in to comment.