Skip to content

Commit be09ad0

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
commands: remove unnecessary protocol function
This looks like it might have been experimental code that was accidentally left in. Remove it. Signed-off-by: John Mulligan <[email protected]>
1 parent 1327e01 commit be09ad0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sambacc/commands/cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class Fail(ValueError):
4040

4141

4242
class Parser(typing.Protocol):
43-
def frank(self, x: str) -> str:
44-
... # pragma: no cover
45-
4643
def set_defaults(self, **kwargs: typing.Any) -> None:
4744
... # pragma: no cover
4845

0 commit comments

Comments
 (0)