Skip to content

Commit

Permalink
Remove import insanity
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Jan 30, 2025
1 parent b579eb8 commit 7368028
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/dodal/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
Any,
Generic,
Protocol,
TypeAlias,
TypeGuard,
TypeVar,
runtime_checkable,
Expand Down Expand Up @@ -43,12 +44,6 @@

import dodal.log

try:
from typing import TypeAlias
except ImportError:
from typing import TypeAlias


#: Protocols defining interface to hardware
BLUESKY_PROTOCOLS = [
Checkable,
Expand Down

0 comments on commit 7368028

Please sign in to comment.