google-research / connectomics

Apache License 2.0
31 stars 11 forks source link

Further fixes for python 3.8 support. Turns out the `__future__` package only applies to _annotations_, not type aliases :( #60

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Further fixes for python 3.8 support. Turns out the __future__ package only applies to annotations, not type aliases :(

Context: https://bugs.python.org/issue45117