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