From bed547084f3669b419251b4528b5cf46f57e06d0 Mon Sep 17 00:00:00 2001 From: ryoya0902 Date: Sun, 29 Oct 2023 15:04:25 +0900 Subject: [PATCH] =?UTF-8?q?chore(ml):=20=E4=B8=8D=E8=A6=81=E3=81=AA?= =?UTF-8?q?=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AB=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ml/src/configs/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ml/src/configs/config.py b/ml/src/configs/config.py index bc0421d..760978a 100644 --- a/ml/src/configs/config.py +++ b/ml/src/configs/config.py @@ -1,6 +1,5 @@ import os from dataclasses import dataclass, field -from typing import List, Tuple import torch