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 6, 2024
1 parent 317dac6 commit c12eca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/sageworks/utils/theme_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def css_files(cls) -> list[str]:
@classmethod
def register_css_route(cls, app):
"""Register Flask route for custom.css."""

@app.server.route("/custom.css")
def serve_custom_css():
theme = cls._available_themes[cls._current_theme_name]
Expand Down
3 changes: 0 additions & 3 deletions src/sageworks/web_interface/components/plugin_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import logging
import socket

# Import the Path class from the pathlib module
from pathlib import Path


# SageWorks Imports
from sageworks.web_interface.components.plugin_interface import PluginInterface, PluginInputType
Expand Down

0 comments on commit c12eca0

Please sign in to comment.