Skip to content

Commit 3772bd7

Browse files
author
Sreesh Maheshwar
committed
One line error message
1 parent 72029b6 commit 3772bd7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/pyarrow/_parquet_encryption.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,7 @@ def create_encryption_properties(
906906
if aad_prefix is not None:
907907
if not isinstance(aad_prefix, bytes):
908908
raise TypeError(
909-
f"aad_prefix must be bytes, not "
910-
f"{type(aad_prefix).__name__}"
909+
f"aad_prefix must be bytes, not {type(aad_prefix).__name__}"
911910
)
912911
builder.aad_prefix(<c_string>aad_prefix)
913912
if not store_aad_prefix:

0 commit comments

Comments
 (0)