From 0cbc20c8983cb0602c9f27043773f14b12d04de9 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Wed, 6 Nov 2024 04:12:14 +0900 Subject: [PATCH] =?UTF-8?q?#1=20=5F=5Ffuture=5F=5F=20=E5=BF=98=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nico.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nico.py b/nico.py index 5009a18..94afc34 100644 --- a/nico.py +++ b/nico.py @@ -2,6 +2,8 @@ ニコニコのニジカ動画取得モヂュール """ +from __future__ import annotations + import os from datetime import date, timedelta from typing import TypedDict, cast