From fe1724aca409f69f1925d58758987cbe8e536f88 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Mon, 24 Jun 2024 02:06:25 +0800 Subject: [PATCH] fix annotations --- utils/pixiv.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/pixiv.py b/utils/pixiv.py index cbe545e..6c85056 100644 --- a/utils/pixiv.py +++ b/utils/pixiv.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import html from typing import Generator, Literal, TYPE_CHECKING from uuid import uuid4