Skip to content

Commit

Permalink
ScreenPyHQ#96 We can import Protocol and runtime_checkable directly f…
Browse files Browse the repository at this point in the history
…rom typing (in the tests too!)
  • Loading branch information
bandophahita committed Aug 22, 2023
1 parent 2fa7416 commit 1960b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest_protocols.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing_extensions import Protocol, runtime_checkable
from typing import Protocol, runtime_checkable

from screenpy.protocols import (
Answerable,
Expand Down

0 comments on commit 1960b27

Please sign in to comment.