Skip to content

Commit

Permalink
Import runtime_checkable from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Sep 5, 2024
1 parent dc5502b commit 76cd15c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/prefect/locking/protocol.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from typing import Optional, Protocol

from typing_extensions import runtime_checkable
from typing import Optional, Protocol, runtime_checkable


@runtime_checkable
Expand Down

0 comments on commit 76cd15c

Please sign in to comment.