RNO-G / mattak

RNO-G dataformats
1 stars 1 forks source link

Use only python 3.6-compatible type annotations #52

Closed sjoerd-bouma closed 3 months ago

sjoerd-bouma commented 3 months ago

See discussion in #50 / #51

In order to maintain compatibility with python 3.6, we can't use the current standard for type annotations by importing from __future__, so we'll have to make sure to only use python-3.6 compatible type annotations. These will be deprecated eventually, but not until 2025.

Closes #50

fschlueter commented 3 months ago

@sjoerd-bouma Thanks a lot for doing this!