From 1055a6bdd454ddc31d6a2302d7bfdfd028849424 Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Fri, 20 Oct 2023 23:36:58 +0200 Subject: [PATCH] import fix --- quacc/evaluation/report.py | 1 - 1 file changed, 1 deletion(-) diff --git a/quacc/evaluation/report.py b/quacc/evaluation/report.py index 3949d6b..ff8862f 100644 --- a/quacc/evaluation/report.py +++ b/quacc/evaluation/report.py @@ -1,4 +1,3 @@ -import math import statistics as stats from typing import List, Tuple