Skip to content

Commit

Permalink
use python 3.9 importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Apr 8, 2022
1 parent e820c33 commit 7dbc446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api-server/tests/unit/fakes/solvers_faker.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from dataclasses import dataclass
from importlib.resources import files
from pathlib import Path
from typing import Callable, Dict, Iterator, Tuple

import packaging.version
import yaml
from fastapi import HTTPException, status
from importlib_resources import files
from models_library.services import ServiceDockerData
from simcore_service_api_server.models.schemas.solvers import (
LATEST_VERSION,
Expand Down

0 comments on commit 7dbc446

Please sign in to comment.