We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef88546 commit be2e686Copy full SHA for be2e686
1 file changed
sentry_sdk/integrations/django/_types.py
@@ -4,4 +4,9 @@
4
from typing import Callable, Union, Tuple
5
from django.urls.resolvers import URLPattern, URLResolver
6
7
- CustomUrlconf = Union[str, Callable[[], str], Tuple[URLPattern, URLPattern, URLResolver], Tuple[URLPattern]]
+ CustomUrlconf = Union[
8
+ str,
9
+ Callable[[], str],
10
+ Tuple[URLPattern, URLPattern, URLResolver],
11
+ Tuple[URLPattern],
12
+ ]
0 commit comments