Skip to content

Commit

Permalink
Update _sas.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Aug 31, 2022
1 parent 8350d04 commit dbaf39b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/io/sas/_sas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ from pandas.io.sas.sas7bdat import SAS7BDATReader
class Parser:
def __init__(self, parser: SAS7BDATReader) -> None: ...
def read(self, nrows: int) -> None: ...

def get_subheader_index(signature: bytes) -> int: ...

0 comments on commit dbaf39b

Please sign in to comment.