py.lib

Yohn Y. 2022-08-27 Parent:4f4cc2fc9805

40:366c9fe26d76 Go to Latest

py.lib/type_utils/config_parse_helper.py

. Не импортируем ненужное.

History
     1.1 --- a/type_utils/config_parse_helper.py	Thu Aug 25 00:41:37 2022 +0300
     1.2 +++ b/type_utils/config_parse_helper.py	Sat Aug 27 11:10:16 2022 +0300
     1.3 @@ -7,7 +7,7 @@
     1.4  
     1.5  from configparser import ConfigParser
     1.6  from dataclasses import is_dataclass, fields, Field, MISSING
     1.7 -from typing import Iterable, Optional, Dict, Any, List, Callable, Union
     1.8 +from typing import Iterable, Optional, Dict, Any, List, Callable
     1.9  from threading import RLock
    1.10  from os import getenv
    1.11