add back future

This commit is contained in:
Daylin Morgan 2023-05-26 18:05:04 -05:00
parent 70033732ff
commit 1cabd09cc4
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -6,6 +6,8 @@
__import__("viv").use("requests", "bs4")
"""
from __future__ import annotations
import hashlib
import itertools
import json
@ -49,7 +51,7 @@ from typing import (
Generator,
)
__version__ = "22.12a3-58-gc5043ff-dev"
__version__ = "22.12a3-59-g7003373-dev"
@dataclass