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

core.loader: Fix unused import

parent 779ae1e4
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import datetime
import hashlib
import logging
import os
from typing import Any, Dict, Iterable, Optional, Tuple
from typing import Any, Dict, Iterable, Optional
from swh.core.config import load_from_envvar
from swh.model.model import (
......
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