Skip to content

Commit

Permalink
remove unused import in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sil3ntStorm committed Oct 13, 2021
1 parent df3d8a2 commit 3707423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logistic-signals",
"title": "Logistic Signals",
"version": "0.5.1141",
"version": "0.5.1142",
"author": "Sil3ntSt0rm",
"contact": "",
"homepage": "https://github.com/Sil3ntStorm/logistic-signals",
Expand Down
2 changes: 1 addition & 1 deletion make_release.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
import json, sys, subprocess
import json, subprocess

data = {}
with open('info.json', 'r', encoding='utf-8') as f:
Expand Down

0 comments on commit 3707423

Please sign in to comment.