Skip to content

Commit f460c9c

Browse files
committed
update Makefile and tests
1 parent d7e54e1 commit f460c9c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

demo-assignments/A2-ABC/egypt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: check_types unittest localtest
1+
all: check-style check_types unittest localtest
22

33

44
.PHONY: check-style

demo-assignments/A2-ABC/egypt/tests/test_solution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import unittest
1515
from unittest.mock import patch
1616
from io import StringIO
17-
import sys
1817
from egypt import Solution
1918

2019

0 commit comments

Comments
 (0)