Skip to content

Commit

Permalink
fix: broken utils import
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Oct 28, 2024
1 parent 71c2587 commit 97d2d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LabController/src/bkr/labcontroller/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
from werkzeug.http import parse_content_range_header
from werkzeug.wsgi import wrap_file
from bkr.common.hub import HubProxy
from bkr.labcontroller import utils
from bkr.labcontroller.config import get_conf
from bkr.labcontroller.log_storage import LogStorage
import utils

from six.moves import xmlrpc_client

Expand Down

0 comments on commit 97d2d4f

Please sign in to comment.