Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jan 26, 2024
1 parent 7978728 commit a75f6c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions nowplaypadgen/dlplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
| Text: My Artist | | Text: My Title |
+---------------------------+ +---------------------------+
"""

from __future__ import annotations

import datetime
Expand Down
1 change: 1 addition & 0 deletions nowplaypadgen/track.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Audio Track module."""

from __future__ import annotations

from uuid import uuid4
Expand Down
1 change: 0 additions & 1 deletion tests/test_dlplus_content_type.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Test :class:`DLPlusContentType`."""


import pytest

from nowplaypadgen.dlplus import DLPlusContentType, DLPlusContentTypeError
Expand Down
1 change: 0 additions & 1 deletion tests/test_dlplus_tag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Test :class:`DLPlusTag`."""


import pytest

from nowplaypadgen.dlplus import (
Expand Down

0 comments on commit a75f6c1

Please sign in to comment.