Skip to content

Commit 5efc4c4

Browse files
committed
lint対応
1 parent 896bce0 commit 5efc4c4

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

library/omikuji.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"""
66

77
from typing import Hashable
8-
from enum import Enum, auto
98
from dataclasses import dataclass
10-
from functools import reduce
119
from random import choices
1210

1311

tests/library/test_omikuji.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"""
44

55
import unittest
6-
from enum import Enum, auto
76

87
from library.omikuji import OmikujiResult, Omikuji
98

0 commit comments

Comments
 (0)