Skip to content

Commit 8063ab7

Browse files
Fix: remove unused Tuple import from h_enums.py
1 parent 1e06469 commit 8063ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prep-exercises/h_enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
from dataclasses import dataclass
33
from enum import Enum
4-
from typing import List, Tuple
4+
from typing import List
55
from collections import Counter
66

77
class OperatingSystem(Enum):

0 commit comments

Comments
 (0)