From 62de2452b85ca41cec042c0115d3819d4c6dc972 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Thu, 29 Aug 2024 15:17:09 +0200 Subject: [PATCH] added missing import --- oceanstream/convert/convert_raw_file.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oceanstream/convert/convert_raw_file.py b/oceanstream/convert/convert_raw_file.py index 4e78d99..35e38d8 100644 --- a/oceanstream/convert/convert_raw_file.py +++ b/oceanstream/convert/convert_raw_file.py @@ -1,4 +1,6 @@ import logging +import sys + from pathlib import Path from oceanstream.echodata import read_file