Skip to content

Commit

Permalink
Fix OSS build (facebookresearch#219)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookresearch#219

Add TaggedUnion

Reviewed By: czxttkl

Differential Revision: D20759524

fbshipit-source-id: 1eba0518199d0b4552936bed3db035147979a595
  • Loading branch information
kittipatv authored and facebook-github-bot committed Mar 31, 2020
1 parent 21abd4c commit 460f74a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ml/rl/workflow/types.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env python3

from ml.rl.polyfill.types_lib.union import TaggedUnion # noqa F401

0 comments on commit 460f74a

Please sign in to comment.