Skip to content

Commit

Permalink
core: helpers: remove accidental duplicate imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
flit committed Jan 23, 2022
1 parent 75c846f commit 0a4b44c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyocd/core/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
if TYPE_CHECKING:
from ..probe.debug_probe import DebugProbe

from .session import Session
from ..probe.aggregator import DebugProbeAggregator

class ConnectHelper:
"""@brief Helper class for streamlining the probe discovery and session creation process.
Expand Down

0 comments on commit 0a4b44c

Please sign in to comment.