Skip to content

Instantly share code, notes, and snippets.

@mbdevpl
Created January 12, 2016 14:15
Show Gist options
  • Save mbdevpl/24dfaecae8f6652a451e to your computer and use it in GitHub Desktop.
Save mbdevpl/24dfaecae8f6652a451e to your computer and use it in GitHub Desktop.
Hmmm, but typing.Sequence is subscriptable!
"""
Hmmm, but typing.Sequence is subscriptable!
"""
import typing
T = typing.Sequence[int] # Value 'typing.Sequence' is unsubscriptable
print(T)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment