Add empty line after module docstring (3) (#112750)

This commit is contained in:
Marc Mueller 2024-03-08 20:38:34 +01:00 committed by GitHub
parent 55b2d1a00c
commit aa16a9d707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
345 changed files with 216 additions and 130 deletions

View file

@ -1,6 +1,5 @@
"""Test fixtures for Google Tasks."""
from collections.abc import Awaitable, Callable
import time
from typing import Any

View file

@ -1,6 +1,5 @@
"""Tests for Google Tasks todo platform."""
from collections.abc import Awaitable, Callable
from http import HTTPStatus
import json