Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 22, 2024
1 parent 6be9b39 commit 39a36eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/nylas/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
login_user: Fetch and return serialized user info upon logging in.
find_existed_token: Find a token in a token list.
"""

from bson import (
ObjectId,
)
Expand Down
1 change: 0 additions & 1 deletion src/utils/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"""


from fastapi import (
FastAPI,
)
Expand Down

0 comments on commit 39a36eb

Please sign in to comment.