Skip to content

Commit

Permalink
fix: migration_1_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Aug 7, 2024
1 parent 79939ec commit e2e2a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migration/migration_1_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __api_constant(_s: str) -> str or None:
elif s == "shell_root":
return "android_custom_shell_root"
else:
return
return s


def migration_5_6_hub(s: str) -> str or None:
Expand Down

0 comments on commit e2e2a86

Please sign in to comment.