Skip to content

Commit 68202d5

Browse files
committed
Black'ing
1 parent 1f2357c commit 68202d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

cli/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474

7575
_WRITE_LOCK = Lock()
7676

77+
7778
def __parse_args(desc):
7879
parser = options.set_common_args(desc)
7980
parser = options.set_key_arg(parser)

migration/migration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
_WRITE_LOCK = Lock()
7171

72+
7273
def __parse_args(desc):
7374
parser = options.set_common_args(desc)
7475
parser = options.set_key_arg(parser)
@@ -125,6 +126,7 @@ def write_project(project_json: dict[str, any], file: str) -> None:
125126
with utilities.open_file(file, mode="a") as fd:
126127
print(f'"{key}": {utilities.json_dump(project_json)},', file=fd)
127128

129+
128130
def __write_export(config: dict[str, str], file: str) -> None:
129131
"""Writes the configuration in file"""
130132
with utilities.open_file(file) as fd:

0 commit comments

Comments
 (0)