Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 22, 2024
1 parent c643961 commit 2025c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
""" Main FastAPI app """

import logging
import os
import time
from datetime import timedelta

import logging
import sentry_sdk
import structlog
from fastapi import FastAPI, Request
Expand Down

0 comments on commit 2025c1f

Please sign in to comment.