We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e54e1 commit f460c9cCopy full SHA for f460c9c
demo-assignments/A2-ABC/egypt/Makefile
@@ -1,4 +1,4 @@
1
-all: check_types unittest localtest
+all: check-style check_types unittest localtest
2
3
4
.PHONY: check-style
demo-assignments/A2-ABC/egypt/tests/test_solution.py
@@ -14,7 +14,6 @@
14
import unittest
15
from unittest.mock import patch
16
from io import StringIO
17
-import sys
18
from egypt import Solution
19
20
0 commit comments