Skip to content

Commit

Permalink
format with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Jun 16, 2024
1 parent eb29448 commit 7224a2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions markata/plugins/feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ def _fail_with_undefined_error(self, *args, **kwargs):
return ""


class MarkataFilterError(RuntimeError):
...
class MarkataFilterError(RuntimeError): ...


class FeedConfig(pydantic.BaseModel, JupyterMixin):
Expand Down

0 comments on commit 7224a2e

Please sign in to comment.