Skip to content

Commit

Permalink
unused type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
keithasaurus committed Mar 1, 2024
1 parent 7820bba commit 825fd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from django.test import AsyncClient # type: ignore[attr-defined]
from django.test import AsyncClient


@pytest.mark.asyncio
Expand Down
2 changes: 1 addition & 1 deletion koda_validate/union.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def typed(
]
if v
]
return UnionValidator(validator_1, *validators) # type: ignore
return UnionValidator(validator_1, *validators)

@staticmethod
def untyped(
Expand Down

0 comments on commit 825fd8e

Please sign in to comment.