Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 169fd27

Browse files
committed
fix linter errors
1 parent dcdb528 commit 169fd27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .setup_pythonlab import setup_pythonlab
2-
from .teardown_pythonlab import teardown_pythonlab
1+
from .setup_pythonlab import setup_pythonlab as setup_pythonlab
2+
from .teardown_pythonlab import teardown_pythonlab as teardown_pythonlab
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .run_tests import run_student_tests, run_validation_tests
1+
from .run_tests import run_student_tests as run_student_tests, run_validation_tests as run_validation_tests

0 commit comments

Comments
 (0)