Skip to content

Commit 401a6e9

Browse files
committed
run black to format
1 parent a1d008e commit 401a6e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

schematic/store/synapse.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,7 @@ def query_fileview(
420420
f"The columns {missing_column} specified in the query do not exist in the fileview. Please make sure that the column names are correct and that all expected columns have been added to the fileview."
421421
)
422422
elif "The column size needs to be at least" in exception_text:
423-
raise ValueError(
424-
f"Error in the fileview schema. " + exception_text
425-
)
423+
raise ValueError(f"Error in the fileview schema. " + exception_text)
426424
else:
427425
raise AccessCredentialsError(self.storageFileview)
428426

0 commit comments

Comments
 (0)