We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bbb550 + 0013a08 commit c824181Copy full SHA for c824181
1 file changed
tests/test_slots.py
@@ -7,14 +7,15 @@
7
import functools
8
import pickle
9
import weakref
10
-from itertools import zip_longest
11
+from itertools import zip_longest
12
from pathlib import Path
13
from tempfile import TemporaryDirectory
14
from unittest import mock
15
16
import hypothesis.strategies as st
17
import pytest
18
+
19
from hypothesis import given
20
21
from attr._make import _TupleProxy
0 commit comments