Skip to content

Commit

Permalink
chore: API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Sep 29, 2023
1 parent c8ecc2a commit c77ae33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/api/analyse/logs/collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ Create logs database.

```python
@staticmethod
def get_next_log_block(fp: TextIO,
prev_line: str) -> Tuple[Optional[str], Optional[str]]
def get_next_log_block(
fp: TextIO,
prev_line: Optional[str]) -> Tuple[Optional[str], Optional[str]]
```

Get next log block.
Expand Down

0 comments on commit c77ae33

Please sign in to comment.