Skip to content

Commit

Permalink
clean extraneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rwegener2 committed Oct 27, 2023
1 parent 8127dbf commit b3341c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions icepyx/core/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Variables(EarthdataAuthMixin):
Parameters
----------
vartype : string
This argument is depreciated. The vartype will be inferred from data_source.
This argument is deprecated. The vartype will be inferred from data_source.
One of ['order', 'file'] to indicate the source of the input variables.
This field will be auto-populated when a variable object is created as an
attribute of a query object.
Expand Down Expand Up @@ -84,7 +84,6 @@ def __init__(
if path:
self.path = path
self.product = is2ref.extract_product(self.path)
# TODO what is the best way to fill in the version here? --> read it from the file
self.version = is2ref.extract_version(self.path)
elif product:
# Check for valid product string
Expand Down

0 comments on commit b3341c1

Please sign in to comment.