Skip to content

Commit e6bfdfe

Browse files
committed
fix import order
1 parent 26ce701 commit e6bfdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crystal_toolkit/components/fermi_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from __future__ import annotations
22

33
import typing
4+
from importlib import import_module
45

56
import matplotlib.pyplot as plt
67
from dash import Input, Output
7-
from importlib import import_module
88

99
from crystal_toolkit.core.mpcomponent import MPComponent
1010
from crystal_toolkit.helpers.layouts import Box, Column, Columns, Loading, dcc

0 commit comments

Comments
 (0)