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 Jan 13, 2023
1 parent 9b5d6ba commit 089a503
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/cmip6-wrf-wus/recipe.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from pangeo_forge_recipes.recipes import HDFReferenceRecipe, setup_logging
from pangeo_forge_recipes.patterns import ConcatDim, FilePattern
import fsspec
import pandas as pd
import xarray as xr
import fsspec

from pangeo_forge_recipes.patterns import ConcatDim, FilePattern
from pangeo_forge_recipes.recipes import HDFReferenceRecipe, setup_logging

URL_FORMAT = 's3://wrf-cmip6-noversioning/downscaled_products/gcm/cesm2_r11i1p1f1_ssp370/hourly/{Time:%Y}/d02/auxhist_d01_{Time:%Y-%m-%d_%X}'

Expand Down

0 comments on commit 089a503

Please sign in to comment.