Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent 60ba07a commit e103d2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,6 @@ def remove_file(response):
MICROBIT_FEATURE = False



@app.route('/generate_microbit_files', methods=['POST'])
def generate_microbit_file():
if MICROBIT_FEATURE:
Expand Down
1 change: 0 additions & 1 deletion hedy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,6 @@ def remove(self, meta, args):
return f" {list_var}.remove({value})"



@v_args(meta=True)
@hedy_transpiler(level=4)
@source_map_transformer(source_map)
Expand Down

0 comments on commit e103d2d

Please sign in to comment.