Skip to content

Commit

Permalink
Add noqa to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Mar 21, 2024
1 parent 9c1362b commit 82fdb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightshow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from os import environ

from lightshow._version import __version__
from lightshow._version import __version__ # noqa


def _get_API_key_from_environ():
Expand Down

0 comments on commit 82fdb21

Please sign in to comment.