Skip to content

Commit a2210c0

Browse files
committed
Resolve merge conflict in myLaptop.py
2 parents cc0cd9c + 74631bf commit a2210c0

File tree

5 files changed

+2
-197
lines changed

5 files changed

+2
-197
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/pd-assignment.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/tech-ed-assignment.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

laptop/myLaptop renamed to laptop/myLaptop.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ class Laptop:
2222
screen_size_in_inches: float
2323
operating_system: OperatingSystem
2424

25+
2526
def allocate_laptops(
2627
people: List[Person],
2728
laptops: List[Laptop]
2829
) -> dict[str, tuple[str, int]]:
30+
2931
allocateLp = {}
3032
lpNewList = laptops.copy()
3133

0 commit comments

Comments
 (0)