Skip to content

Commit 39683be

Browse files
pre-commit auto-fixes
1 parent a5607d2 commit 39683be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/quacc/recipes/mlp/_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
from __future__ import annotations
44

5-
import Path
6-
75
from functools import lru_cache, wraps
86
from importlib.util import find_spec
97
from logging import getLogger
108
from typing import TYPE_CHECKING
119

10+
import Path
1211
from ase.units import GPa as _GPa_to_eV_per_A3
1312
from monty.dev import requires
1413

0 commit comments

Comments
 (0)