mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
reformat python code with black
This commit is contained in:
parent
5258dec9a8
commit
c8aa5bcbd7
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import json
|
|||
import sys
|
||||
from os import environ
|
||||
|
||||
REPO_DEFAULT_BRANCH = environ.get('REPO_DEFAULT_BRANCH', 'main')
|
||||
REPO_DEFAULT_BRANCH = environ.get("REPO_DEFAULT_BRANCH", "main")
|
||||
|
||||
NEW = json.load(open("gnu-result.json"))
|
||||
OLD = json.load(open("main-gnu-result.json"))
|
||||
|
|
Loading…
Reference in a new issue