Skip to content

Commit bea417d

Browse files
committed
Add missing future annotations
1 parent bccf276 commit bea417d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

debug_toolbar/dependencies.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import typing as t
24
from contextlib import AsyncExitStack
35

tests/panels/sqlalchemy/conftest.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import typing as t
24

35
import pytest

tests/panels/sqlalchemy/test_sqlalchemy.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import typing as t
24

35
import pytest

0 commit comments

Comments
 (0)