Skip to content

Commit ffb67bf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aef5a64 commit ffb67bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structuretoolkit/visualize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Distributed under the terms of "New BSD License", see the LICENSE file.
44

55
from __future__ import annotations
6+
67
import warnings
78
from typing import Optional
89

910
import numpy as np
1011
from ase.atoms import Atoms
1112
from scipy.interpolate import interp1d
12-
from structuretoolkit.common.helper import get_cell
1313

1414
from structuretoolkit.common.helper import get_cell
1515

0 commit comments

Comments
 (0)