]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix: black formatting 11902/head
authorKevin Kirsche <kevin.kirsche@one.verizon.com>
Fri, 20 Sep 2024 14:34:11 +0000 (10:34 -0400)
committerKevin Kirsche <kevin.kirsche@one.verizon.com>
Fri, 20 Sep 2024 14:34:11 +0000 (10:34 -0400)
lib/sqlalchemy/ext/compiler.py

index 817f3b460a7e5aba9f1b2a7c60acff064590d82e..3a1b7e9afd8053c17701f2ec3072a620068ca473 100644 (file)
@@ -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