Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 1, 2024
1 parent f5f6c0c commit c5104d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motor/core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from typing import (
Sequence,
TypeVar,
Union,
overload
overload,
)

import pymongo.common
Expand All @@ -35,8 +35,8 @@ import pymongo.errors
import pymongo.mongo_client
import typing_extensions
from bson import Binary, Code, CodecOptions, DBRef, Timestamp
from bson.raw_bson import RawBSONDocument
from bson.codec_options import TypeRegistry
from bson.raw_bson import RawBSONDocument
from pymongo import IndexModel, ReadPreference, WriteConcern
from pymongo.change_stream import ChangeStream
from pymongo.client_options import ClientOptions
Expand Down

0 comments on commit c5104d2

Please sign in to comment.