Add empty line after module docstring [w-z] (#112706)

This commit is contained in:
Marc Mueller
2024-03-08 16:35:45 +01:00
committed by GitHub
parent 062cc4bfce
commit c773d57d39
392 changed files with 392 additions and 0 deletions

View File

@ -1,4 +1,5 @@
"""Commands part of Websocket API."""
from __future__ import annotations
from collections.abc import Callable