Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Pari Work Temp committed Aug 28, 2024
1 parent cc72052 commit 8364469
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,8 @@ def remove_mobile_client_files(client):


def remove_special_mobile_files():
file_names = [
join("scripts/setup_mobile_config.sh")
]
directories = [
join("resources")
]
file_names = [join("scripts/setup_mobile_config.sh")]
directories = [join("resources")]
for file in file_names:
if exists(file):
remove(file)
Expand Down

0 comments on commit 8364469

Please sign in to comment.