Skip to content

Commit

Permalink
removed duplicate const.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen committed Oct 23, 2024
1 parent 5103592 commit dc94e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvflare/apis/fl_constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ class FLContextKey(object):
AUTHORIZATION_REASON = "_authorization_reason"
DISCONNECTED_CLIENT_NAME = "_disconnected_client_name"
RECONNECTED_CLIENT_NAME = "_reconnected_client_name"
SERVER_CONFIG = "_server_config"
SITE_OBJ = "_site_obj_"

CLIENT_REGISTER_DATA = "_client_register_data"
Expand Down

0 comments on commit dc94e01

Please sign in to comment.