From 1cabd09cc423c8594055906fc27a58f400c3f8c0 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 26 May 2023 18:05:04 -0500 Subject: [PATCH] add back future --- src/viv/viv.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/viv/viv.py b/src/viv/viv.py index 1af4d33..3f912ff 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -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