From 3a7719ff96c754af2575c5385c8d4fa4d5492113 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Fri, 20 Sep 2024 10:34:11 -0400 Subject: [PATCH] fix: black formatting --- lib/sqlalchemy/ext/compiler.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sqlalchemy/ext/compiler.py b/lib/sqlalchemy/ext/compiler.py index 817f3b460a..3a1b7e9afd 100644 --- a/lib/sqlalchemy/ext/compiler.py +++ b/lib/sqlalchemy/ext/compiler.py @@ -455,8 +455,10 @@ Example usage:: from __future__ import annotations from typing import Any + # TODO: Change to collections.abc when 3.8 support is dropped from typing import Callable + # TODO: Change to builtins.type when 3.8 support is dropped from typing import Type from typing import TypeVar -- 2.47.3