Fixed wrong examples

This commit is contained in:
Qubasa
2023-11-08 21:40:17 +01:00
parent 8bb961ba62
commit 4ff9990054
3 changed files with 5 additions and 25 deletions

View File

@@ -26,6 +26,7 @@ norecursedirs = "tests/helpers"
markers = [ "impure" ]
[tool.mypy]
plugins = ["deal.mypy"]
python_version = "3.10"
warn_redundant_casts = true
disallow_untyped_calls = true

View File

@@ -3,7 +3,6 @@ import deal
from clan_cli.task_manager import get_task
# type annotations below are optional
@deal.cases(get_task)
def test_get_task(case: deal.TestCase) -> None:
case()