Skip to content

Commit

Permalink
fix hint
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 21, 2024
1 parent 42ceae0 commit 82e3280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/useq/runner/protocols.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from __future__ import annotations

from abc import abstractmethod
from typing import TYPE_CHECKING, Protocol, TypeAlias, Union, runtime_checkable
from typing import TYPE_CHECKING, Protocol, Union, runtime_checkable

from typing_extensions import TypeAlias

if TYPE_CHECKING:
from collections.abc import Iterable
Expand Down

0 comments on commit 82e3280

Please sign in to comment.