Skip to content

Commit

Permalink
removed the no use import.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen committed Aug 22, 2024
1 parent 5adcbf3 commit f1511a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/fuel/utils/components_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def create_classes_table_static():

if __name__ == "__main__":

from nvflare.fuel.utils.class_utils import ModuleScanner, get_class
from nvflare.fuel.utils.class_utils import ModuleScanner

module_scanner = ModuleScanner(["nvflare"], ["apis", "app_common", "app_opt", "widgets"], True)
class_table = module_scanner.create_classes_table()
Expand Down

0 comments on commit f1511a8

Please sign in to comment.