style: Add blank line for improved readability.

main
Cizz22 4 weeks ago
parent 1329d5b85d
commit 3ba2ce1b02

@ -46,6 +46,7 @@ async def import_aro_project(*, db_session: DbSession, aeros_project_in: AerosPr
detail="Invalid file type. Allowed: application/octet-stream"
)
# Get filename
filename_without_ext = os.path.splitext(clean_filename)[0]

Loading…
Cancel
Save