Skip to content

Commit 294f524

Browse files
Revert changes
Co-authored-by: Afonso Antunes <[email protected]>
1 parent 1c5ac85 commit 294f524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def accessor_entry_point_loader() -> None:
480480
"pandas.Index.accessor": register_index_accessor,
481481
}
482482

483-
PD_OBJ_ENTRYPOINTS: tuple[str] = tuple(ACCESSOR_REGISTRY_FUNCTIONS.keys())
483+
PD_OBJ_ENTRYPOINTS: tuple[str, ...] = tuple(ACCESSOR_REGISTRY_FUNCTIONS.keys())
484484

485485
for pd_obj_entrypoint in PD_OBJ_ENTRYPOINTS:
486486
accessors: EntryPoints = entry_points(group=pd_obj_entrypoint)

0 commit comments

Comments
 (0)