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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
392 changed files with 392 additions and 0 deletions

View file

@ -1,4 +1,5 @@
"""View to accept incoming websocket connection."""
from __future__ import annotations
import asyncio