Skip to content

Commit

Permalink
tox: Fix warnings reported by PyLint 2.11.1
Browse files Browse the repository at this point in the history
No name 'main' in module 'sync_music' (no-name-in-module)
  • Loading branch information
fetzerch committed Oct 16, 2021
1 parent 5db901b commit b60c19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_music/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

"""sync_music - Sync music library to external device.""" # pragma: no cover

from .sync_music import main # pragma: no cover
from sync_music.sync_music import main # pragma: no cover

main() # pragma: no cover

0 comments on commit b60c19b

Please sign in to comment.