Skip to content

Commit

Permalink
Remove duplicate distributions type annotation from python/__init__.py
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 343551796
  • Loading branch information
csuter authored and tensorflower-gardener committed Nov 20, 2020
1 parent 3f0bae3 commit a207112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorflow_probability/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def _validate_tf_environment(package):

# Declare these explicitly to appease pytype, which otherwise misses them,
# presumably due to lazy loading.
distributions: types.ModuleType
bijectors: types.ModuleType
debugging: types.ModuleType
distributions: types.ModuleType
Expand Down

0 comments on commit a207112

Please sign in to comment.