Add empty line after module docstring [helpers + other] (#112707)

This commit is contained in:
Marc Mueller 2024-03-08 16:36:11 +01:00 committed by GitHub
parent c773d57d39
commit 19ab3d6daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
284 changed files with 287 additions and 0 deletions

View file

@ -5,6 +5,7 @@ This module exists of the following parts:
- OAuth2 implementation that works with local provided client ID/secret
"""
from __future__ import annotations
from abc import ABC, ABCMeta, abstractmethod