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 77from typing import Final
88from typing import Self
99
10- from hypothesis import assume
11-
1210from ._phantom import Phantom
1311from ._phantom import Predicate
1412
@@ -128,6 +126,7 @@ class i32Timedelta(
128126):
129127 @classmethod
130128 def __hypothesis_hook__ (cls ) -> None : # pragma: no cover
129+ from hypothesis import assume
131130 from hypothesis .strategies import SearchStrategy
132131 from hypothesis .strategies import composite
133132 from hypothesis .strategies import integers
@@ -163,6 +162,7 @@ class i64Timedelta(
163162):
164163 @classmethod
165164 def __hypothesis_hook__ (cls ) -> None : # pragma: no cover
165+ from hypothesis import assume
166166 from hypothesis .strategies import SearchStrategy
167167 from hypothesis .strategies import composite
168168 from hypothesis .strategies import integers
You can’t perform that action at this time.
0 commit comments