Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Nov 7, 2024
1 parent 938d8b0 commit 77fc959
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/py/flwr/common/object_ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ def load_app( # pylint: disable= too-many-branches
raise error_type(error_msg) from None

module_str, _, attributes_str = module_attribute_str.partition(":")
print(f"{module_attribute_str = }")
print(f"{project_dir = }")
importlib.invalidate_caches()

try:
if _current_sys_path:
# Hack: `tabnet` does not work with reloading
Expand Down

0 comments on commit 77fc959

Please sign in to comment.