Skip to content

Commit

Permalink
Removed not needed import of typing.Any
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliypopel committed Oct 11, 2024
1 parent fccb781 commit 6cc7f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django_routify/validator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Tuple, Type, Union
from typing import Tuple, Type, Union


def _validate_type(
Expand Down

0 comments on commit 6cc7f15

Please sign in to comment.