Skip to content

Commit be2e686

Browse files
author
sentry-bot
committed
fix: Formatting
1 parent ef88546 commit be2e686

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sentry_sdk/integrations/django/_types.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
from typing import Callable, Union, Tuple
55
from django.urls.resolvers import URLPattern, URLResolver
66

7-
CustomUrlconf = Union[str, Callable[[], str], Tuple[URLPattern, URLPattern, URLResolver], Tuple[URLPattern]]
7+
CustomUrlconf = Union[
8+
str,
9+
Callable[[], str],
10+
Tuple[URLPattern, URLPattern, URLResolver],
11+
Tuple[URLPattern],
12+
]

0 commit comments

Comments
 (0)