mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Formatting
This commit is contained in:
parent
f12d40bbe4
commit
e21a31162f
1 changed files with 3 additions and 2 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue