Skip to content

Commit de7d501

Browse files
author
Grant Harris
committed
fix lint errors
1 parent 51df5d5 commit de7d501

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_build_backend.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818

1919
from __future__ import annotations
2020

21-
import os
2221
import sys
2322
import textwrap
2423
from pathlib import Path
25-
from unittest import mock
2624

2725
import pytest
2826

@@ -31,7 +29,7 @@
3129
if _helper_dir not in sys.path:
3230
sys.path.insert(0, _helper_dir)
3331

34-
from setup_utils import _find_root_pyproject, _parse_root_constraints
32+
from setup_utils import _find_root_pyproject, _parse_root_constraints # noqa: E402
3533

3634

3735
class TestFindRootPyproject:

0 commit comments

Comments
 (0)