Skip to content

Commit

Permalink
add __exit__ for dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Jan 16, 2024
1 parent 6930dde commit ac467e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/opera_utils/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def __init__(self, *args, **kwargs):
def __enter__(self):
pass

def __exit__(self, *args, **kwargs):
pass


class L2Product(str, Enum):
"""OPERA Level 2 product types available on ASF."""
Expand Down

0 comments on commit ac467e6

Please sign in to comment.