Skip to content
Snippets Groups Projects
Commit 3c077d82 authored by Michael Reneer's avatar Michael Reneer Committed by tensorflow-copybara
Browse files

Remove `_allowed_symbols`, this is no longer used by the document generation.

PiperOrigin-RevId: 321657180
parent 2849e472
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,3 @@ from tensorflow_federated.python.core.test.static_assert import assert_contains_
from tensorflow_federated.python.core.test.static_assert import assert_contains_unsecure_aggregation
from tensorflow_federated.python.core.test.static_assert import assert_not_contains_secure_aggregation
from tensorflow_federated.python.core.test.static_assert import assert_not_contains_unsecure_aggregation
# Used by doc generation script.
_allowed_symbols = [
"ReferenceExecutor",
"assert_contains_secure_aggregation",
"assert_contains_unsecure_aggregation",
"assert_not_contains_secure_aggregation",
"assert_not_contains_unsecure_aggregation",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment