Skip to content

Commit

Permalink
remove redundant checks
Browse files Browse the repository at this point in the history
Signed-off-by: Chun Cai <[email protected]>
  • Loading branch information
caic99 authored Nov 30, 2024
1 parent 90ffb61 commit 7331472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepmd/utils/data_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,6 @@ def process_systems(systems: Union[str, list[str]]) -> list[str]:
elif isinstance(systems, list):
systems = systems.copy()
return systems
return systems


def get_data(
Expand Down

0 comments on commit 7331472

Please sign in to comment.