From e21a31162f4c54be693d8ca8260e42393b39abd3 Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Mon, 20 May 2019 11:15:57 +0300 Subject: [PATCH] Formatting --- tests/test_pysnooper.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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():