Skip to content

Commit 0061d9b

Browse files
committed
Fix flake8 (unused import, trailng whitespace)
1 parent b629da4 commit 0061d9b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

_pytest/assertion/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
support for presenting detailed information in failing assertions.
33
"""
44
import py
5-
import os
65
import sys
76

87
from _pytest.assertion import util

testing/test_assertion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ class TestTruncateExplanation:
579579

580580
# The number of lines in the truncation explanation message. Used
581581
# to calculate that results have the expected length.
582-
LINES_IN_TRUNCATION_MSG = 2
582+
LINES_IN_TRUNCATION_MSG = 2
583583

584584
def test_doesnt_truncate_when_input_is_empty_list(self):
585585
expl = []

0 commit comments

Comments
 (0)