Skip to content

Commit 83d6ea2

Browse files
authored
Merge pull request #51 from Point72/nk/defer_build
Defer build to reduce import time
2 parents d27626f + 4778ac6 commit 83d6ea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ccflow/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def type_(self) -> PyObjectPath:
177177
# where the default behavior is just to drop the mis-named value. This prevents that
178178
extra="forbid",
179179
ser_json_timedelta="float",
180+
defer_build=True,
180181
)
181182

182183
def __str__(self):

0 commit comments

Comments
 (0)