fix: format lint (#316)

This commit is contained in:
cachho
2023-07-18 22:52:09 +02:00
committed by GitHub
parent bb1fbba161
commit d16eafae05
7 changed files with 11 additions and 11 deletions

View File

@@ -5,4 +5,5 @@ __version__ = importlib.metadata.version(__package__ or __name__)
from embedchain.apps.App import App # noqa: F401
from embedchain.apps.CustomApp import CustomApp # noqa: F401
from embedchain.apps.OpenSourceApp import OpenSourceApp # noqa: F401
from embedchain.apps.PersonApp import PersonApp, PersonOpenSourceApp # noqa: F401
from embedchain.apps.PersonApp import (PersonApp, # noqa: F401
PersonOpenSourceApp)