We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec003c9 commit f01487cCopy full SHA for f01487c
src/pymatgen/io/ase.py
@@ -5,8 +5,8 @@
5
6
from __future__ import annotations
7
8
-from copy import deepcopy
9
import warnings
+from copy import deepcopy
10
from importlib.metadata import PackageNotFoundError
11
from typing import TYPE_CHECKING
12
0 commit comments