Skip to content

Commit

Permalink
task: fix import of constants
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippKilian committed May 14, 2024
1 parent e7bdb60 commit c84e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b3lb/rest/task/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from django.utils import timezone
from json import dumps
from requests import get
from rest.b3lb.contants import RETURN_STRING_GET_MEETINGS_NO_MEETINGS
from rest.b3lb.constants import RETURN_STRING_GET_MEETINGS_NO_MEETINGS
from rest.b3lb.metrics import incr_metric, set_metric
from rest.b3lb.utils import xml_escape
from rest.classes.checks import NodeCheck
Expand Down

0 comments on commit c84e64c

Please sign in to comment.