We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6331539 commit 99cc1b5Copy full SHA for 99cc1b5
motor/motor_gridfs.pyi
@@ -172,7 +172,7 @@ class AgnosticGridFSBucket:
172
chunk_size_bytes: int = ...,
173
write_concern: Optional[WriteConcern] = None,
174
read_preference: Optional[_ServerMode] = None,
175
- collection: Optional[AgnosticCollection] = None,
+ collection: Optional[str] = None,
176
) -> None: ...
177
def get_io_loop(self) -> Any: ...
178
def wrap(self, obj: Any) -> Any: ...
0 commit comments