From 8df934c3ae1afc7b32bbad64063a4a5ebe23b61c Mon Sep 17 00:00:00 2001 From: Bingsu Date: Mon, 15 May 2023 08:08:58 +0900 Subject: [PATCH] fix: args.py __future__ --- adetailer/args.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adetailer/args.py b/adetailer/args.py index e8ef28a..5ad7a01 100644 --- a/adetailer/args.py +++ b/adetailer/args.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from collections import UserList from collections.abc import Mapping from functools import cached_property