File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.0.0a2 "
1
+ __version__ = "0.0.0a3 "
Original file line number Diff line number Diff line change 7
7
from typing import Final
8
8
from typing import Self
9
9
10
- from hypothesis import assume
11
-
12
10
from ._phantom import Phantom
13
11
from ._phantom import Predicate
14
12
@@ -128,6 +126,7 @@ class i32Timedelta(
128
126
):
129
127
@classmethod
130
128
def __hypothesis_hook__ (cls ) -> None : # pragma: no cover
129
+ from hypothesis import assume
131
130
from hypothesis .strategies import SearchStrategy
132
131
from hypothesis .strategies import composite
133
132
from hypothesis .strategies import integers
@@ -163,6 +162,7 @@ class i64Timedelta(
163
162
):
164
163
@classmethod
165
164
def __hypothesis_hook__ (cls ) -> None : # pragma: no cover
165
+ from hypothesis import assume
166
166
from hypothesis .strategies import SearchStrategy
167
167
from hypothesis .strategies import composite
168
168
from hypothesis .strategies import integers
You can’t perform that action at this time.
0 commit comments