mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -06:00
add back future
This commit is contained in:
parent
70033732ff
commit
1cabd09cc4
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue