From 18453a963863a6bb35daef431043fde4e3fbe7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Sat, 3 Aug 2024 12:57:11 +0200 Subject: [PATCH] more type fixes --- atomistics/workflows/evcurve/debye.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atomistics/workflows/evcurve/debye.py b/atomistics/workflows/evcurve/debye.py index ce0896fd..5e7e8673 100644 --- a/atomistics/workflows/evcurve/debye.py +++ b/atomistics/workflows/evcurve/debye.py @@ -1,6 +1,7 @@ import numpy as np import scipy.constants import scipy.optimize +from typing import List, Dict from atomistics.shared.output import OutputThermodynamic from atomistics.workflows.evcurve.fit import interpolate_energy