Skip to content

Commit

Permalink
new black
Browse files Browse the repository at this point in the history
  • Loading branch information
hbertrand committed Feb 7, 2024
1 parent 19d8b50 commit 1ee2040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buster/parsers/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ def relative_path(self) -> str:
return self._relative_path

@abstractmethod
def find_sections(self) -> Iterator[Section]:
...
def find_sections(self) -> Iterator[Section]: ...

def parse(self) -> list[Section]:
"""Parse the documents into sections, respecting the lenght constraints."""
Expand Down

0 comments on commit 1ee2040

Please sign in to comment.