Skip to content

Commit

Permalink
chore: ran ruff fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Mar 30, 2024
1 parent a4576b8 commit 49817fd
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 166 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace
- id: debug-statements
- id: double-quote-string-fixer
- id: requirements-txt-fixer

- repo: https://github.com/psf/black
Expand Down
4 changes: 2 additions & 2 deletions readwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from readwise.api import Readwise, ReadwiseReader

__all__ = [
'Readwise',
'ReadwiseReader',
"Readwise",
"ReadwiseReader",
]
Loading

0 comments on commit 49817fd

Please sign in to comment.