From 911864b9ab3b22e85e1a07caa5e1e085953e0d73 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:31:13 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_ooi.py | 1 + tests/test_spectrograms.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/test_ooi.py b/tests/test_ooi.py index 941e2773..ee9dda6f 100644 --- a/tests/test_ooi.py +++ b/tests/test_ooi.py @@ -1,4 +1,5 @@ """Unit tests for OOI workflow""" + import datetime import os import shutil diff --git a/tests/test_spectrograms.py b/tests/test_spectrograms.py index f33787aa..75a319c8 100644 --- a/tests/test_spectrograms.py +++ b/tests/test_spectrograms.py @@ -1,4 +1,5 @@ """Unit tests for various util functions relating to spectrogram creation""" + import os.path import matplotlib.pyplot as plt