Remove some extraneous imports

This commit is contained in:
Tim Farrell 2024-02-01 14:53:13 -06:00
parent 4fceb404bd
commit 44799e2018
2 changed files with 1 additions and 9 deletions

View file

@ -25,9 +25,6 @@ from apps.web.models.tags import (
Tags,
)
from utils.utils import (
bearer_scheme,
)
from constants import ERROR_MESSAGES
router = APIRouter()