Skip to content

Commit

Permalink
correct Action import.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Jan 22, 2024
1 parent 8ee8c64 commit 6b6882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initialization/action_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from django.conf import settings
from scos_actions.actions import action_classes
from scos_actions.discover import init, test_actions
from scos_actions.interfaces.action import Action
from scos_actions.actions.interfaces.action import Action

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 6b6882a

Please sign in to comment.