Skip to content

Commit 9b57205

Browse files
committed
Fix lint error
1 parent 8daf9fa commit 9b57205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,7 @@ def _ensure_listlike_indexer(self, key):
20082008
except KeyError:
20092009
self.obj[k] = np.nan
20102010

2011+
20112012
@Appender(IndexingMixin.iloc.__doc__)
20122013
class _iLocIndexer(_LocationIndexer):
20132014
_valid_types = (

0 commit comments

Comments
 (0)