Skip to content

Commit 0b806ad

Browse files
committed
lint
1 parent dd04899 commit 0b806ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planetary_computer/_obstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_obstore( # type: ignore[misc] # overlap with kwargs
3131
client_options: ClientConfig | None = None,
3232
retry_config: RetryConfig | None = None,
3333
credential_provider: AzureCredentialProvider | None = None,
34-
**kwargs: Unpack[AzureConfig], # type: ignore # noqa: PGH003 (container_name key overlaps with positional arg)
34+
**kwargs: Unpack[AzureConfig], # type: ignore # noqa: PGH003 (container_name key overlaps with positional arg) # noqa: E501
3535
) -> AzureStore:
3636
try:
3737
import obstore

0 commit comments

Comments
 (0)