Skip to content

Commit

Permalink
Update recipe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Apr 17, 2024
1 parent 0ae5dd5 commit 4bc359e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"""

import os
from typing import List, Dict
from typing import List, Dict, Any
import apache_beam as beam
from datetime import datetime, timezone
from leap_data_management_utils.data_management_transforms import Copy, InjectAttrs
from pangeo_forge_recipes.patterns import pattern_from_file_sequence
from pangeo_forge_recipes.transforms import (
Expand Down

0 comments on commit 4bc359e

Please sign in to comment.