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,4 +1,4 @@
#!venv/bin/python3
#!/usr/bin/env python3
# Obtained with `pip install PyGithub`, better within a venv
from github import Github