Skip to content

Commit f032dd7

Browse files
Abby VeCaseyAbby VeCasey
Abby VeCasey
authored and
Abby VeCasey
committed
style
1 parent a77fd7d commit f032dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/strings/object_array.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -451,13 +451,13 @@ def _str_upper(self):
451451

452452
def _str_isalnum(self):
453453
return self._str_map(str.isalnum, dtype="bool")
454-
454+
455455
def _str_isalpha(self):
456456
return self._str_map(str.isalpha, dtype="bool")
457457

458458
def _str_isascii(self):
459459
return self._str_map(str.isascii, dtype="bool")
460-
460+
461461
def _str_isdecimal(self):
462462
return self._str_map(str.isdecimal, dtype="bool")
463463

0 commit comments

Comments
 (0)