Skip to content

Commit 2281e4b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2924597 commit 2281e4b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_slots.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,13 @@
1717
import pytest
1818

1919
from hypothesis import given
20-
21-
from attr._make import _TupleProxy
22-
23-
2420
from sphinx.application import Sphinx
2521

2622
import attr
2723
import attrs
2824

2925
from attr._compat import PY_3_14_PLUS, PYPY
26+
from attr._make import _TupleProxy
3027

3128

3229
# Pympler doesn't work on PyPy.

0 commit comments

Comments
 (0)