Skip to content

Commit

Permalink
fixed the global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Jul 4, 2024
1 parent 44206e5 commit efb3e4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fedn/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import yaml

global STATESTORE_CONFIG
global MODELSTORAGE_CONFIG

SECRET_KEY = os.environ.get("FEDN_JWT_SECRET_KEY", False)
FEDN_JWT_CUSTOM_CLAIM_KEY = os.environ.get("FEDN_JWT_CUSTOM_CLAIM_KEY", False)
FEDN_JWT_CUSTOM_CLAIM_VALUE = os.environ.get("FEDN_JWT_CUSTOM_CLAIM_VALUE", False)
Expand Down

0 comments on commit efb3e4f

Please sign in to comment.