Last active
March 30, 2022 11:49
-
-
Save romankolpak/aabd0fd35e6d848e9be4cb4e9a28a6ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# force_single_line=true | |
from typing import Any | |
from typing import Callable | |
from typing import Dict | |
from typing import List | |
from typing import Tuple | |
# force_single_line=false | |
from typing import Any, Callable, Dict, List, Tuple | |
# when above the line width limit | |
from typing import ( | |
Any, | |
Callable, | |
Dict, | |
List, | |
Tuple, | |
Type1, | |
Type2, | |
Type3, | |
Type4, | |
Type5, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment