Skip to content

Commit

Permalink
fixed flake8 error in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Jul 5, 2024
1 parent a3866a6 commit 08fb2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookops_nypl_platform/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = "0.4.0"
__title__ = "bookops-nypl-platform"

from .authorize import PlatformToken
from .session import PlatformSession
from .authorize import PlatformToken # noqa: F401
from .session import PlatformSession # noqa: F401

0 comments on commit 08fb2c6

Please sign in to comment.