python: run isort, add shebangs on all files
This commit is contained in:
@ -1,12 +1,15 @@
|
||||
import time
|
||||
import toml
|
||||
import requests
|
||||
import tempfile
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import json
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
import tempfile
|
||||
import time
|
||||
from collections import OrderedDict
|
||||
|
||||
import requests
|
||||
import toml
|
||||
|
||||
token = open(os.path.dirname(__file__) + "/../../.github_token").read().strip()
|
||||
|
||||
tmpdir = tempfile.mkdtemp(prefix="update_app_levels_")
|
||||
|
Reference in New Issue
Block a user