Skip to content

Commit 39a36eb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6be9b39 commit 39a36eb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/nylas/crud.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
login_user: Fetch and return serialized user info upon logging in.
2323
find_existed_token: Find a token in a token list.
2424
"""
25+
2526
from bson import (
2627
ObjectId,
2728
)

src/utils/engine.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
1515
"""
1616

17-
1817
from fastapi import (
1918
FastAPI,
2019
)

0 commit comments

Comments
 (0)