From 1d6a79c1ca9e1fa8a3dd2459adfedb29d5220269 Mon Sep 17 00:00:00 2001 From: yupix Date: Sat, 25 Nov 2023 08:13:58 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BD=BF=E7=94=A8=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=AA=E3=81=84import=E3=81=AE=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mipac/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mipac/config.py b/mipac/config.py index 2e25d7d..5f8d1ce 100644 --- a/mipac/config.py +++ b/mipac/config.py @@ -1,5 +1,5 @@ from dataclasses import dataclass -from typing import Literal, Self, TypedDict +from typing import Self, TypedDict @dataclass