Add empty line after module docstring [n-q] (#112702)

This commit is contained in:
Marc Mueller 2024-03-08 15:04:07 +01:00 committed by GitHub
parent 59a6035d3f
commit 988c71ecc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
561 changed files with 561 additions and 0 deletions

View file

@ -7,6 +7,7 @@ This configuration flow supports the following:
NestFlowHandler is an implementation of AbstractOAuth2FlowHandler with
some overrides to custom steps inserted in the middle of the flow.
"""
from __future__ import annotations
from collections.abc import Iterable, Mapping