Skip to content

Commit

Permalink
run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaaum committed Dec 27, 2023
1 parent eceda16 commit 175c450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/control_bar.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import dash_bootstrap_components as dbc
import dash_core_components as dcc
import dash_mantine_components as dmc
from dash import dcc, html
from dash_extensions import EventListener
from dash_iconify import DashIconify
import dash_core_components as dcc

from components.annotation_class import annotation_class_item
from constants import ANNOT_ICONS, KEYBINDS
from utils import data_utils
Expand Down

0 comments on commit 175c450

Please sign in to comment.