Skip to content

Commit

Permalink
Update blueprint_default.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 21, 2024
1 parent 91add20 commit 9ae83de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hookee/plugins/blueprint_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from flask import Blueprint, abort, request

from hookee.conf import Config
from hookee.conf import Config # noqa: F401
from hookee.pluginmanager import BLUEPRINT_PLUGIN, PluginManager # noqa: F401
from hookee.util import PrintUtil # noqa: F401

Expand Down

0 comments on commit 9ae83de

Please sign in to comment.