Add empty line after module docstring [r] (#112703)

This commit is contained in:
Marc Mueller
2024-03-08 15:05:07 +01:00
committed by GitHub
parent 988c71ecc5
commit a033574ee2
316 changed files with 316 additions and 0 deletions

View File

@ -1,4 +1,5 @@
"""SQLAlchemy util functions."""
from __future__ import annotations
from collections.abc import Callable, Collection, Generator, Iterable, Sequence