Skip to content

Commit 74e302f

Browse files
committed
Run pre-commit
1 parent 20e357a commit 74e302f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/excel/_base.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,8 @@ def _value_with_fmt(
13311331
warnings.warn(
13321332
"String value too long, truncated to 32767 characters",
13331333
UserWarning,
1334-
stacklevel=find_stack_level())
1334+
stacklevel=find_stack_level(),
1335+
)
13351336

13361337
return val, fmt
13371338

0 commit comments

Comments
 (0)