Skip to content

Commit 65ce236

Browse files
Update src/s1reader/s1_annotation.py
Co-authored-by: Scott Staniewicz <[email protected]>
1 parent 9b131fe commit 65ce236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/s1reader/s1_annotation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,8 +961,8 @@ def from_polynomial_lists(cls,
961961

962962
@classmethod
963963
def extract_polynomial_sequence(cls, polynomial_list: list,
964-
datetime_start: datetime.datetime,
965-
datetime_end: datetime.datetime):
964+
datetime_start: datetime.datetime,
965+
datetime_end: datetime.datetime):
966966
'''
967967
Scan `vec_azimuth_time` end find indices of the vector
968968
that covers the period defined with

0 commit comments

Comments
 (0)