Skip to content

Commit 8838bb6

Browse files
author
Abel Milash
committed
Fix black formatting in dataframe.py
1 parent a22832e commit 8838bb6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/PowerPlatform/Dataverse/operations/dataframe.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ def create(
175175
ids = self._client.records.create(table, record_list)
176176

177177
if len(ids) != len(records):
178-
raise ValueError(
179-
f"Server returned {len(ids)} IDs for {len(records)} input rows"
180-
)
178+
raise ValueError(f"Server returned {len(ids)} IDs for {len(records)} input rows")
181179

182180
return pd.Series(ids, index=records.index)
183181

0 commit comments

Comments
 (0)