Skip to content

Commit

Permalink
[ckan#8219] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed May 17, 2024
1 parent 372ff69 commit 6bbbfd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/plugins/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@ def unload(*plugins: str) -> None:

if implemented_by(service, interfaces.ISignal):
_disconnect_signals(service.get_signal_subscriptions())

if plugins:
plugins_update()


def plugin_loaded(name: str) -> bool:
'''
See if a particular plugin is loaded.
Expand Down

0 comments on commit 6bbbfd8

Please sign in to comment.