Skip to content

Commit 57f1279

Browse files
committed
Black'ing
1 parent 8f410a0 commit 57f1279

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sonar/projects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,6 @@ def migration_export(self, export_settings: types.ConfigSettings) -> types.Objec
10081008
}
10091009
return json_data
10101010

1011-
10121011
def export(self, export_settings: types.ConfigSettings, settings_list: dict[str, str] = None) -> types.ObjectJsonRepr:
10131012
"""Exports the entire project configuration as JSON
10141013

test/test_sonarcloud.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def test_sc_config_export() -> None:
4646
assert util.file_not_empty(util.JSON_FILE)
4747
util.clean(util.JSON_FILE)
4848

49+
4950
def test_sc_config_export_no_org() -> None:
5051
"""test_sc_config_export"""
5152
util.clean(util.JSON_FILE)

0 commit comments

Comments
 (0)