From 94bbd75b1d999888d7e70f9121998248cfa0dd7e Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 29 Nov 2022 14:04:51 +0000 Subject: [PATCH] refactor: removed unnecessary import. --- pyerrors/input/hadrons.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyerrors/input/hadrons.py b/pyerrors/input/hadrons.py index 0c8dc11d..e4671933 100644 --- a/pyerrors/input/hadrons.py +++ b/pyerrors/input/hadrons.py @@ -1,5 +1,4 @@ import os -import warnings from collections import Counter import h5py from pathlib import Path