Skip to content

Instantly share code, notes, and snippets.

@romankolpak
Last active March 30, 2022 11:49
Show Gist options
  • Save romankolpak/aabd0fd35e6d848e9be4cb4e9a28a6ae to your computer and use it in GitHub Desktop.
Save romankolpak/aabd0fd35e6d848e9be4cb4e9a28a6ae to your computer and use it in GitHub Desktop.
# 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