Closed kmyk closed 4 years ago
Python 3.5 reaches its EOL at September 4, 2020. Let's remove workarounds for Python 3.5. e.g. replacing x = a # type: t with x: t = a.
x = a # type: t
x: t = a
Python 3.5 reaches its EOL at September 4, 2020. Let's remove workarounds for Python 3.5. e.g. replacing
x = a # type: t
withx: t = a
.