Skip to content
Snippets Groups Projects
Verified Commit e3aa0986 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh/scheduler/utils: Fix relative import

That somehow breaks the build.
parent 97e5c756
No related branches found
No related tags found
1 merge request!372scheduler: Allow configuration file loading from environment variable
Pipeline #7452 passed
# Copyright (C) 2017-2022 The Software Heritage developers
# Copyright (C) 2017-2024 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
......@@ -7,8 +7,8 @@
from datetime import datetime, timezone
from typing import Any, Dict, List, Optional
from .interface import SchedulerInterface
from .model import ListedOrigin, Lister
from swh.scheduler.interface import SchedulerInterface
from swh.scheduler.model import ListedOrigin, Lister
def utcnow():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment