Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Aug 4, 2024
1 parent a55d6ec commit fc64010
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec2json/parsers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ def __init__(self, spec_url: str, soup: BeautifulSoup) -> None:

@staticmethod
@abstractmethod
def numbering_style_for_level(level: int) -> NumberingStyle:
...
def numbering_style_for_level(level: int) -> NumberingStyle: ...

@abstractmethod
def parse_sections(self) -> list[Section]:
...
def parse_sections(self) -> list[Section]: ...

0 comments on commit fc64010

Please sign in to comment.