Skip to content

Commit ae3ff08

Browse files
committed
fix: remove unnecessary blank lines in InfrahubClientSync class
1 parent 8f2f07e commit ae3ff08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrahub_sdk/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ def query_gql_query(
23192319
resp.raise_for_status()
23202320

23212321
return decode_json(response=resp)
2322-
2322+
23232323
def create_diff(
23242324
self, branch: str, name: str, from_time: datetime, to_time: datetime, wait_until_completion: bool = True
23252325
) -> str:
@@ -2343,7 +2343,6 @@ def create_diff(
23432343

23442344
return response["DiffUpdate"]["ok"]
23452345

2346-
23472346
def get_diff_summary(
23482347
self,
23492348
branch: str,

0 commit comments

Comments
 (0)