Skip to content

Commit 73156dd

Browse files
committed
adding Dict as import from typing module
1 parent 658bbdb commit 73156dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implement-laptop-allocation/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataclasses import dataclass
22
from enum import Enum
3-
from typing import List
3+
from typing import List, Dict
44
from itertools import permutations
55

66

0 commit comments

Comments
 (0)