This commit is contained in:
Dima Gerasimov 2024-10-19 19:15:36 +01:00
parent bc7c3ac253
commit d1511929a8
33 changed files with 117 additions and 117 deletions

View file

@ -4,7 +4,8 @@ TODO doesn't really belong to 'core' morally, but can think of moving out later
from .internal import assert_subpackage; assert_subpackage(__name__)
from typing import Any, Dict, Iterable, Optional
from collections.abc import Iterable
from typing import Any, Dict, Optional
import click