ofrak icon indicating copy to clipboard operation
ofrak copied to clipboard

Fix undefined names in Python type hints - again

Open cclauss opened this issue 3 years ago • 0 comments

Replace #9 with a solution that does not use from __future__ import annotations

  1. Run https://pypi.org/project/com2ann to translate type comments into Python type annotations.
  2. Resolve the undefined names in type hints but without from __future__ import annotations which caused problems in #9

cclauss avatar Aug 17 '22 06:08 cclauss