type hinting fixes

This commit is contained in:
scito
2022-12-30 01:22:05 +01:00
parent 58fc1b85ac
commit fb43c6793c
3 changed files with 9 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
from __future__ import annotations # for compatibility with Python < 3.11
import pathlib
from setuptools import setup