Skip to content

Commit

Permalink
Codestyle modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
CyclingNinja committed May 24, 2024
1 parent 18adb50 commit b43937d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion glue/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ def load_plugins(splash=None, require_qt_plugins=False, plugins_to_load=None):
from glue._settings_helpers import load_settings
load_settings()


def list_plugins():
"""
Function to list all plugins that are currently loaded
"""
return sorted(_loaded_plugins)
return sorted(_loaded_plugins)
1 change: 0 additions & 1 deletion glue/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def test_load_plugins(capsys):
assert False



def test_no_duplicate_loading(capsys):
"""
Regression test for duplicated loading of plugins
Expand Down

0 comments on commit b43937d

Please sign in to comment.