Skip to content

Commit

Permalink
CLN: Fix line break in formats/seq/simple.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Oct 11, 2024
1 parent 8466db6 commit 81b4e72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/crowsetta/formats/seq/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
from crowsetta.typing import PathLike


class SimpleSeqSchema(pandera.DataFrameModel

):
class SimpleSeqSchema(pandera.DataFrameModel):
"""A :class:`pandera.DataFrameModel
`
Expand Down

0 comments on commit 81b4e72

Please sign in to comment.