Skip to content

Commit dd04899

Browse files
committed
lint
1 parent 5afe151 commit dd04899

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

planetary_computer/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
)
1414
from planetary_computer.settings import set_subscription_key
1515
from planetary_computer._adlfs import get_adlfs_filesystem, get_container_client
16-
from planetary_computer._obstore import get_obstore_store
16+
from planetary_computer._obstore import get_obstore
1717

1818
from planetary_computer.version import __version__
1919

2020
__all__ = [
2121
"get_adlfs_filesystem",
2222
"get_container_client",
23-
"get_obstore_store",
23+
"get_obstore",
2424
"set_subscription_key",
2525
"sign_asset",
2626
"sign_assets",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "planetary-computer"
77
authors = [{name = "microsoft", email = "[email protected]"}]
88
description = "Planetary Computer SDK for Python"
9-
requires-python = ">=3.7"
9+
requires-python = ">=3.9"
1010
dependencies = [
1111
"click>=7.1",
1212
"pydantic>=1.7.3",

0 commit comments

Comments
 (0)