diff --git a/tests/test_pysnooper.py b/tests/test_pysnooper.py index 4691cfb..fcb33b1 100644 --- a/tests/test_pysnooper.py +++ b/tests/test_pysnooper.py @@ -13,8 +13,9 @@ import pytest import pysnooper from pysnooper.variables import needs_parentheses -from .utils import (assert_output, assert_sample_output, VariableEntry, CallEntry, LineEntry, - ReturnEntry, OpcodeEntry, ReturnValueEntry, ExceptionEntry) +from .utils import (assert_output, assert_sample_output, VariableEntry, + CallEntry, LineEntry, ReturnEntry, OpcodeEntry, + ReturnValueEntry, ExceptionEntry) def test_string_io():