Skip to content

Commit

Permalink
Add missing future annotations imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed May 4, 2024
1 parent bccf276 commit 0eea8a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debug_toolbar/dependencies.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import typing as t
from contextlib import AsyncExitStack

Expand Down
2 changes: 2 additions & 0 deletions tests/panels/sqlalchemy/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import typing as t

import pytest
Expand Down

0 comments on commit 0eea8a7

Please sign in to comment.