Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Jul 6, 2021
1 parent f3e7235 commit 363de02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/storage/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from concurrent.futures import ThreadPoolExecutor
from pathlib import Path
from random import randrange
from typing import Callable, Dict, Iterator, Tuple
from typing import Any, Callable, Dict, Iterator, Tuple

import dotenv
import pytest
Expand Down Expand Up @@ -156,7 +156,7 @@ async def postgres_engine(loop, postgres_service_url):


@pytest.fixture(scope="session")
def minio_service(docker_services, docker_ip, project_env_devel_dict)-> Dict[str, Any]:
def minio_service(docker_services, docker_ip, project_env_devel_dict) -> Dict[str, Any]:

# Build URL to service listening on random port.
host = docker_ip
Expand Down

0 comments on commit 363de02

Please sign in to comment.