From f4bae3f1a9379841d44030375058525031fcd76c Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Sat, 11 May 2019 08:30:29 +0200 Subject: [PATCH] Unify imports --- tests/test_pysnooper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_pysnooper.py b/tests/test_pysnooper.py index 729d6ca..5f266c4 100644 --- a/tests/test_pysnooper.py +++ b/tests/test_pysnooper.py @@ -12,8 +12,7 @@ import pytest import pysnooper from pysnooper.variables import needs_parentheses -from tests.utils import assert_sample_output -from .utils import (assert_output, VariableEntry, CallEntry, LineEntry, +from .utils import (assert_output, assert_sample_output, VariableEntry, CallEntry, LineEntry, ReturnEntry, OpcodeEntry, ReturnValueEntry, ExceptionEntry)