Skip to content

Commit

Permalink
removing test protocol that isn't used and causes issues with isinsta…
Browse files Browse the repository at this point in the history
…nce against ErrorKeeper
  • Loading branch information
bandophahita committed Oct 12, 2023
1 parent 507227e commit 3adacdc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/unittest_protocols.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Protocol, runtime_checkable

from screenpy import Answerable, Describable, ErrorKeeper, Forgettable, Performable
from screenpy import Answerable, Describable, Forgettable, Performable

from screenpy_selenium import Chainable

Expand All @@ -10,11 +10,6 @@ class Question(Answerable, Describable, Protocol):
...


@runtime_checkable
class ErrorQuestion(Answerable, Describable, ErrorKeeper, Protocol):
...


@runtime_checkable
class Action(Performable, Describable, Protocol):
...
Expand Down

0 comments on commit 3adacdc

Please sign in to comment.