Skip to content

Commit

Permalink
flake8/linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Jul 3, 2024
1 parent 394b434 commit c56016c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@
"""

import logging
import pandas as pd
import awswrangler as wr

from sageworks.api.data_source import DataSource
from sageworks.api.feature_set import FeatureSet
from sageworks.api.model import Model, ModelType
from sageworks.api.endpoint import Endpoint

from sageworks.core.transforms.data_to_features.light.molecular_descriptors import MolecularDescriptors
from sageworks.aws_service_broker.aws_service_broker import AWSServiceBroker

log = logging.getLogger("sageworks")
Expand Down

0 comments on commit c56016c

Please sign in to comment.