We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd04899 commit 0b806adCopy full SHA for 0b806ad
planetary_computer/_obstore.py
@@ -31,7 +31,7 @@ def get_obstore( # type: ignore[misc] # overlap with kwargs
31
client_options: ClientConfig | None = None,
32
retry_config: RetryConfig | None = None,
33
credential_provider: AzureCredentialProvider | None = None,
34
- **kwargs: Unpack[AzureConfig], # type: ignore # noqa: PGH003 (container_name key overlaps with positional arg)
+ **kwargs: Unpack[AzureConfig], # type: ignore # noqa: PGH003 (container_name key overlaps with positional arg) # noqa: E501
35
) -> AzureStore:
36
try:
37
import obstore
0 commit comments