Skip to content

Commit

Permalink
docs(framework:skip) Add built-in mods to client doc (#3559)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadnaseri authored Jun 8, 2024
1 parent 24f3b44 commit c58c1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/py/flwr/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Client",
"ClientApp",
"ClientFn",
"mod",
"NumPyClient",
"run_client_app",
"run_supernode",
Expand Down
2 changes: 1 addition & 1 deletion src/py/flwr/client/mod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Mods."""
"""Flower Built-in Mods."""


from .centraldp_mods import adaptiveclipping_mod, fixedclipping_mod
Expand Down

0 comments on commit c58c1b7

Please sign in to comment.