Skip to content

Commit f9892ec

Browse files
authored
1 parent fc4bf66 commit f9892ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug_toolbar/_stubs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from typing import Any, List, NamedTuple, Optional, Tuple
3+
from typing import Any, NamedTuple, Optional
44

55
from django import template as dj_template
66

@@ -14,7 +14,7 @@ class InspectStack(NamedTuple):
1414
index: int
1515

1616

17-
TidyStackTrace = List[Tuple[str, int, str, str, Optional[Any]]]
17+
TidyStackTrace = list[tuple[str, int, str, str, Optional[Any]]]
1818

1919

2020
class RenderContext(dj_template.context.RenderContext):

0 commit comments

Comments
 (0)