Skip to content

Commit

Permalink
Update json-validate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rawgni authored Aug 17, 2016
1 parent 332aec5 commit a96c18e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions json-validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def check(filename):
return False

if __name__ == "__main__":
files = sys.argv[1:]

for filename in sys.argv[1:]:
check(filename)

Expand Down

0 comments on commit a96c18e

Please sign in to comment.