diff options
author | 2023-11-05 10:16:18 -0800 | |
---|---|---|
committer | 2023-11-05 10:16:18 -0800 | |
commit | 841b52be9b960e61af0bcc61454eedc893641626 (patch) | |
tree | 635611c04770cffd33036a2a2380f978017ee621 /tests/api/__init__.py | |
parent | Merge #195 - Python 3.12 (diff) | |
parent | Remove Python 3.13 from image (diff) |
Merge #194 - refactor file structure and nsjail module
Diffstat (limited to 'tests/api/__init__.py')
-rw-r--r-- | tests/api/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api/__init__.py b/tests/api/__init__.py index 5f20faf..c84080e 100644 --- a/tests/api/__init__.py +++ b/tests/api/__init__.py @@ -4,7 +4,7 @@ from unittest import mock from falcon import testing from snekbox.api import SnekAPI -from snekbox.process import EvalResult +from snekbox.result import EvalResult class SnekAPITestCase(testing.TestCase): |