Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 27, 2022
1 parent d42e4ff commit 0e5d7ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion carbonplan_forest_risks/load/cmip.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def cmip(
if member is None:
member = members[model]


path = setup.loading(store)

prefix = f'cmip6/{method}/conus/4000m/{sampling}/{model}.{scenario}.{member}.zarr'
Expand Down
2 changes: 1 addition & 1 deletion carbonplan_forest_risks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def weighted_mean(ds, *args, **kwargs):


def get_store(bucket, prefix, account_key=None):
''' helper function to create a zarr store'''
'''helper function to create a zarr store'''

if account_key is None:
account_key = os.environ.get('BLOB_ACCOUNT_KEY', None)
Expand Down

0 comments on commit 0e5d7ed

Please sign in to comment.