Skip to content

Commit 36271dd

Browse files
committed
precommit
1 parent fcdf5bd commit 36271dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_config/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def set_option(*args) -> None:
262262
if opt.cb:
263263
opt.cb(key)
264264
return
265-
265+
266266
# must at least 1 arg deal with constraints later
267267
nargs = len(args)
268268
if not nargs or nargs % 2 != 0:

0 commit comments

Comments
 (0)