-
Couldn't load subscription status.
- Fork 413
Open
Description
Hi,
To avoid to have to maintain unnecessary long import lists like this:
| from typing import Any, Callable, Coroutine, Dict, Iterable, List, Optional, Sequence, Tuple, Type, Union, cast |
I suggest that you always do
import typing as tand then refer to types via t.(...) like t.Optional etc. which is a nice trick.
All best,
Jamil
Metadata
Metadata
Assignees
Labels
No labels