Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi2704 committed Jun 21, 2022
1 parent dd09c6a commit 521505a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/api_v1/endpoints/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from server.db import db
from server.db.models import UsersTable
from server.schemas import User, UserCreate, UserUpdate
from server.schemas.base import BoilerplateBaseModel
from server.settings import app_settings
from server.utils.auth import send_new_account_email
from server.schemas.base import BoilerplateBaseModel

router = APIRouter()

Expand Down

0 comments on commit 521505a

Please sign in to comment.