Skip to content

Commit

Permalink
remove leftover prototype code
Browse files Browse the repository at this point in the history
  • Loading branch information
pdebuyl committed Mar 15, 2022
1 parent c9f13d3 commit 927b919
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions satpy/readers/utils.py
Expand Up @@ -262,10 +262,9 @@ class unzip_context():
"""

def __init__(self, filename, streaming=False):
def __init__(self, filename):
"""Keep original filename."""
self.input_filename = filename
self.streaming = bool(streaming)

def __enter__(self):
"""Uncompress file if necessary and return the relevant filename for the file handler."""
Expand Down

0 comments on commit 927b919

Please sign in to comment.