From 0282945308ba3c227a1bbcda48b2bc81bb940bb5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:05:02 +0000 Subject: [PATCH] [pre-commit.ci] Fixing issues with pre-commit --- topostats/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topostats/io.py b/topostats/io.py index 07b7dbc9492..f12d7cfca3b 100644 --- a/topostats/io.py +++ b/topostats/io.py @@ -19,7 +19,7 @@ import numpy.typing as npt import pandas as pd import pySPM -from AFMReader import asd, ibw, gwy, jpk, spm, topostats +from AFMReader import asd, gwy, ibw, jpk, spm, topostats from numpyencoder import NumpyEncoder from ruamel.yaml import YAML, YAMLError