Skip to content

Commit 825f8ed

Browse files
committed
fix typing
1 parent c6a8975 commit 825f8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/pool_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def __init__(
384384

385385
_truncate_metadata(self.__metadata)
386386

387-
def _update_metadata(self, driver: DriverInfo):
387+
def _update_metadata(self, driver: DriverInfo) -> None:
388388
"""Updates the client's metadata"""
389389

390390
metadata = copy.deepcopy(self.__metadata)

0 commit comments

Comments
 (0)