mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 20:23:15 -06:00
use annotations?
This commit is contained in:
parent
43e5bde290
commit
03b75ec2d3
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
|
||||
|
@ -50,7 +52,7 @@ from typing import (
|
|||
Union,
|
||||
)
|
||||
|
||||
__version__ = "22.12a3-61-g9231db5-dev"
|
||||
__version__ = "22.12a3-61-g43e5bde-dev"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Reference in a new issue