fix imports

This commit is contained in:
Evgenii Alekseev 2021-08-10 04:08:18 +03:00
parent 43d839c255
commit 47a56fdc1c
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import pytest
from collections import namedtuple
from pytest_mock import MockerFixture
from typing import List
from unittest.mock import MagicMock

View File

@ -1,8 +1,7 @@
from pathlib import Path
from unittest import mock
from pytest_mock import MockerFixture
from typing import Any, List
from unittest import mock
from unittest.mock import MagicMock
from ahriman.core.upload.s3 import S3