Skip to content

Commit

Permalink
fix: codacy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jan 12, 2022
1 parent 1076278 commit 0aca641
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/scripts/admin_ui_plugin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
import os
import time
import glob
Expand Down Expand Up @@ -82,6 +83,3 @@ def build_copy():
else:
print("Can't find \033[31m{}\033[0m".format(plugin_metadata_fn))
print()

with open(plugin_json_fn, 'w') as w:
json.dump(plugins, w, indent=2)

0 comments on commit 0aca641

Please sign in to comment.