Skip to content

Commit

Permalink
Remove tff.types.TypesNotEquivalentError, use `federated_language.f…
Browse files Browse the repository at this point in the history
…ramework.TypesNotEquivalentError` instead.

PiperOrigin-RevId: 711875656
  • Loading branch information
michaelreneer authored and copybara-github committed Jan 3, 2025
1 parent d4fe932 commit 53022ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ and this project adheres to
* `tff.SERVER`, use `federated_language.SERVER` instead.
* `tff.types.type_mismatch_error_message`, this function is no longer used.
* `tff.types.TypeRelation`, this object is no longer used.
* `tff.types.TypesNotEquivalentError`, use
`federated_language.framework.TypesNotEquivalentError` instead.

## Release 0.88.0

Expand Down
1 change: 0 additions & 1 deletion tensorflow_federated/python/core/impl/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import federated_language

# pylint: disable=g-importing-member
TypesNotEquivalentError = federated_language.framework.TypesNotEquivalentError
contains = federated_language.framework.type_contains
contains_only = federated_language.framework.type_contains_only
count = federated_language.framework.type_count
Expand Down

0 comments on commit 53022ca

Please sign in to comment.