Skip to content

Commit

Permalink
flake8/linter cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 15, 2024
1 parent 6c38b7f commit dcbb112
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sageworks/api/pipeline_manager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""PipelineManager: Manages SageWorks Pipelines, listing, creating, and saving them."""

import sys
import logging
import json

Expand Down
1 change: 0 additions & 1 deletion src/sageworks/core/cloud_platform/aws/aws_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ def __repr__(self):
if __name__ == "__main__":
"""Exercise the SageWorks AWSMeta Class"""
from pprint import pprint
import time

# Pandas Display Options
pd.set_option("display.max_columns", None)
Expand Down

0 comments on commit dcbb112

Please sign in to comment.