1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

config.py: No need for typing.Iterable

This commit is contained in:
Athanasius 2020-10-08 17:25:41 +01:00
parent 93dc1a988a
commit f356d9c1d1

View File

@ -12,7 +12,7 @@ import warnings
from os import getenv, makedirs, mkdir, pardir
from os.path import dirname, expanduser, isdir, join, normpath
from sys import platform
from typing import Iterable, Union
from typing import Union
import semantic_version