Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smallwat3r committed Sep 13, 2023
1 parent 8b6057c commit 9333cbc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions shhh/api/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
from marshmallow import ValidationError
from sqlalchemy.orm.exc import NoResultFound

from shhh.api.schemas import (ErrorResponse,
Message,
ReadResponse,
Status,
WriteResponse)
from shhh.constants import ClientType
from shhh.api.schemas import ErrorResponse, ReadResponse, WriteResponse
from shhh.constants import ClientType, Message, Status
from shhh.domain import model
from shhh.extensions import db
from shhh.liveness import db_liveness_ping
Expand Down

0 comments on commit 9333cbc

Please sign in to comment.