Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Sep 11, 2023
1 parent f4e1cca commit 9796487
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/aws_dashboard/pages/data_sources/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# SageWorks Imports
from sageworks.views.data_source_web_view import DataSourceWebView
from sageworks.web_components import table, data_details_markdown, distribution_plots, heatmap, scatter_plot
from sageworks.web_components import table, data_details_markdown, distribution_plots, heatmap
from sageworks.utils.pandas_utils import corr_df_from_artifact_info

# Cheese Sauce (FIXME: TDB)
Expand Down
2 changes: 1 addition & 1 deletion applications/aws_dashboard/pages/feature_sets/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# SageWorks Imports
from sageworks.views.feature_set_web_view import FeatureSetWebView
from sageworks.web_components import table, data_details_markdown, distribution_plots, heatmap, scatter_plot
from sageworks.web_components import table, data_details_markdown, distribution_plots, heatmap
from sageworks.utils.pandas_utils import corr_df_from_artifact_info

# Cheese Sauce (FIXME: TDB)
Expand Down
1 change: 0 additions & 1 deletion src/sageworks/algorithms/dataframe/aggregation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Aggregation: Perform Row Aggregation on a DataFrame"""
import numpy as np
import pandas as pd
import logging

Expand Down

0 comments on commit 9796487

Please sign in to comment.