Skip to content

Commit

Permalink
Fix the pyi file
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Jun 28, 2024
1 parent 6059288 commit e50aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/demoparser2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class DemoParser:
def __init__(self, path: str) -> None: ...
def parse_header(self) -> Dict[str, str]: ...
def parse_convars(self) -> Dict[str, str]: ...
def Sequence_game_events(self) -> List[str]: ...
def list_game_events(self) -> List[str]: ...
def parse_grenades(self) -> pd.DataFrame: ...
def parse_chat_messages(self) -> pd.DataFrame: ...
def parse_player_info(self) -> pd.DataFrame: ...
Expand Down

0 comments on commit e50aec0

Please sign in to comment.