We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb27a19 commit c2ef00bCopy full SHA for c2ef00b
3 files changed
debug_toolbar/utils.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
import asyncio
4
import functools
5
import inspect
tests/panels/sqlalchemy/crud.py
from sqlalchemy import Column
from sqlalchemy.orm import Session
tests/testclient.py
import re
import typing as t
from urllib import parse
0 commit comments