From f356d9c1d1ec585d9bfc0a51b2eb9bb6696a9a77 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 8 Oct 2020 17:25:41 +0100 Subject: [PATCH] config.py: No need for typing.Iterable --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 8563e9d9..bbd4c3b9 100644 --- a/config.py +++ b/config.py @@ -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