From b3341c12bad5846818256b67712a7c7677f7188a Mon Sep 17 00:00:00 2001 From: Rachel Wegener Date: Fri, 27 Oct 2023 14:34:35 +0000 Subject: [PATCH] clean extraneous comments --- icepyx/core/variables.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icepyx/core/variables.py b/icepyx/core/variables.py index e86a13853..f5f0017df 100644 --- a/icepyx/core/variables.py +++ b/icepyx/core/variables.py @@ -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. @@ -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