Skip to content

Commit

Permalink
remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Apr 14, 2024
1 parent 67e09c3 commit 4939a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/aws_dashboard/pages/models/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from dash.dependencies import Input, Output, State

# SageWorks Imports
from sageworks.web_components import table, model_plot, plugin_callbacks
from sageworks.web_components import table, model_plot
from sageworks.utils.pandas_utils import deserialize_aws_broker_data
from sageworks.api.model import Model

Expand Down

0 comments on commit 4939a06

Please sign in to comment.