python: run isort, add shebangs on all files

This commit is contained in:
Félix Piédallu
2024-02-07 14:49:55 +01:00
parent 5096b888ee
commit cea7ad2277
16 changed files with 64 additions and 38 deletions

View File

@ -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_")