Commit df004be2 authored by Aarni Koskela's avatar Aarni Koskela

Add a couple `from __future__ import annotations`es for Py3.9 compat

parent 36054070
from __future__ import annotations
import math
import sys
import traceback
......
from __future__ import annotations
import os
import sys
import time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment