mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-26 07:16:54 +01:00
Deleted wrong import
This commit is contained in:
parent
6e978a4230
commit
497d31c6b2
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ def datasources_bootstrap_hook(hook_name, caller, payload):
|
|||
##@brief Bootstrap hook that print debug infos about registered hooks
|
||||
@LodelHook('lodel2_bootstraped')
|
||||
def list_hook_debug_hook(name, caller, payload):
|
||||
from lodel.auth.auth import Auth
|
||||
from lodel import logger
|
||||
hlist = LodelHook.hook_list()
|
||||
for name, reg_hooks in hlist.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue