Skip to content

Commit

Permalink
ofc
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Sep 20, 2023
1 parent 34d69ea commit cae045d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion robot-server/robot_server/errors/exception_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
from typing import Any, Callable, Coroutine, Dict, Optional, Sequence, Type, Union

from opentrons_shared_data.errors import ErrorCodes, EnumeratedError, PythonException
from opentrons_shared_data.errors.exceptions import FirmwareUpdateRequiredError as HWFirmwareUpdateRequired
from opentrons_shared_data.errors.exceptions import (
FirmwareUpdateRequiredError as HWFirmwareUpdateRequired,
)

from robot_server.versioning import (
API_VERSION,
Expand Down

0 comments on commit cae045d

Please sign in to comment.