We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_verify.py
1 parent c8d8260 commit 9c8c848Copy full SHA for 9c8c848
2 files changed
tests/fixtures.py
@@ -13,10 +13,6 @@ def foo(self, val: str) -> str:
13
"""Get the foo string."""
14
raise NotImplementedError()
15
16
- def bar(self, a: int, b: float, c: str) -> bool:
17
- """Get the bar bool based on a few inputs."""
18
- raise NotImplementedError()
19
-
20
@staticmethod
21
def static_method(hello: str) -> int:
22
"""Fizz some buzzes."""
0 commit comments