Fix flake8 (unused import, trailng whitespace)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
support for presenting detailed information in failing assertions.
|
||||
"""
|
||||
import py
|
||||
import os
|
||||
import sys
|
||||
|
||||
from _pytest.assertion import util
|
||||
|
||||
@@ -579,7 +579,7 @@ class TestTruncateExplanation:
|
||||
|
||||
# The number of lines in the truncation explanation message. Used
|
||||
# to calculate that results have the expected length.
|
||||
LINES_IN_TRUNCATION_MSG = 2
|
||||
LINES_IN_TRUNCATION_MSG = 2
|
||||
|
||||
def test_doesnt_truncate_when_input_is_empty_list(self):
|
||||
expl = []
|
||||
|
||||
Reference in New Issue
Block a user