Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMRTT committed Sep 2, 2022
1 parent a7fa270 commit a6d9b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from pathlib import Path
from .modules.utils import buglog
from .plugin_row import GradiencePluginRow
from plugins.hookspec import GradienceHooks
from .plugins.hookspec import GradienceHooks


class GradiencePluginsList:
Expand Down

0 comments on commit a6d9b33

Please sign in to comment.