From eb115886f63b812eedff55e998aa685d5cb5d0cf Mon Sep 17 00:00:00 2001 From: Jessy Barrette <30420025+JessyBarrette@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:45:11 -0400 Subject: [PATCH] linter --- ocean_data_parser/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ocean_data_parser/__init__.py b/ocean_data_parser/__init__.py index 90b37cf5..cf5e63ec 100644 --- a/ocean_data_parser/__init__.py +++ b/ocean_data_parser/__init__.py @@ -1,4 +1,5 @@ """This is the main module of the package. It contains the version number and the list of parsers available in the package.""" + import re from pathlib import Path