Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Mar 27, 2024
1 parent ec58e46 commit 8c6f65d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Command side-effect execution logic container."""
import asyncio
from logging import getLogger
from typing import Optional, List, Dict, Any, Protocol
from typing import Optional, List, Protocol

from opentrons.hardware_control import HardwareControlAPI

Expand All @@ -20,7 +20,6 @@
AbstractCommandImpl,
CommandResult,
CommandPrivateResult,
Command,
)
from ..actions import (
ActionDispatcher,
Expand Down

0 comments on commit 8c6f65d

Please sign in to comment.