Skip to content

Commit 99cc1b5

Browse files
jochmanShaneHarvey
andauthored
MOTOR-1358 Fix AgnosticGridFSBucket collection type (#299)
Co-authored-by: Shane Harvey <[email protected]>
1 parent 6331539 commit 99cc1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motor/motor_gridfs.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class AgnosticGridFSBucket:
172172
chunk_size_bytes: int = ...,
173173
write_concern: Optional[WriteConcern] = None,
174174
read_preference: Optional[_ServerMode] = None,
175-
collection: Optional[AgnosticCollection] = None,
175+
collection: Optional[str] = None,
176176
) -> None: ...
177177
def get_io_loop(self) -> Any: ...
178178
def wrap(self, obj: Any) -> Any: ...

0 commit comments

Comments
 (0)