Skip to content

Commit b6bd7a5

Browse files
check fail
1 parent 979dcca commit b6bd7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/excel/_openpyxl.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ def _convert_to_protection(cls, protection_dict):
392392
'hidden'
393393
394394
Returns
395-
-------
396-
openpyxl.styles.Protection
395+
------
397396
"""
397+
398398
from openpyxl.styles import Protection
399399

400400
return Protection(**protection_dict)

0 commit comments

Comments
 (0)