Skip to content

Commit

Permalink
[FIX](handlers) Allow arbitrary type in Generic HTFObjectReference
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenbihi committed Aug 24, 2022
1 parent 0fca5b4 commit c294322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hourglass_tensorflow/types/config/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ class HTFTrainConfig(HTFConfigField):
source="hourglass_tensorflow.handlers.train.HTFTrainHandler"
)
)

class Config:
arbitrary_types_allowed = True

0 comments on commit c294322

Please sign in to comment.