fix(flake8): disable error on api/config/__init__.py import

This commit is contained in:
JuniorJPDJ 2022-07-16 18:17:26 +02:00
parent 9cbe80eb19
commit 94fcd48f2a
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
import config.schema
# loads what is required to generate the swagger docs
# https://matrix.to/#/!nNBDNverFlbfNpReEO:matrix.org/$16579878472182UmZUv:tchncs.de?via=tchncs.de&via=matrix.org&via=juniorjpdj.pl
import config.schema # noqa: F401