mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-09 00:04:58 +01:00
fix type hint compatibility with Python < 3.11
This commit is contained in:
parent
d5a088135e
commit
faafb61241
5 changed files with 5 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -1,3 +1,4 @@
|
|||
from __future__ import annotations # for compatibility with Python < 3.11
|
||||
import pathlib
|
||||
from setuptools import setup # type: ignore
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue