mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
Remove unused imports in the Python files
Found using flake8
This commit is contained in:
parent
c63fc4dc13
commit
7bddb1185f
8 changed files with 4 additions and 24 deletions
|
@ -7,8 +7,6 @@ from collections import (
|
|||
namedtuple,
|
||||
)
|
||||
|
||||
from mozlog.structured.structuredlog import log_levels
|
||||
|
||||
RunSummary = namedtuple("RunSummary",
|
||||
("unexpected_statuses",
|
||||
"expected_statuses",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue