Skip to content

Commit

Permalink
style: 💄 style
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Oct 6, 2021
1 parent 9f88c4f commit e7b3d82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/datasets_preview_backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
from starlette.applications import Starlette
from starlette.routing import Route

from datasets_preview_backend.config import APP_HOSTNAME, APP_PORT, CACHE_PERSIST, WEB_CONCURRENCY
from datasets_preview_backend.config import (
APP_HOSTNAME,
APP_PORT,
CACHE_PERSIST,
WEB_CONCURRENCY,
)
from datasets_preview_backend.routes import (
CacheStats,
Configs,
Expand Down

0 comments on commit e7b3d82

Please sign in to comment.