Skip to content

Commit da25a41

Browse files
committed
Linting
1 parent 144c878 commit da25a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo_vectorsearch_utils/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
from typing import Any
33

4-
from pymongo import MongoClient, AsyncMongoClient
4+
from pymongo import AsyncMongoClient, MongoClient
55
from pymongo.driver_info import DriverInfo
66

77
logger = logging.getLogger(__file__)

0 commit comments

Comments
 (0)