Skip to content

Commit

Permalink
Missed a couple of cases in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jul 31, 2023
1 parent 5602e9a commit af0df4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_datequery.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from datetime import datetime, timedelta
import unittest
import time
from beets.dbcore.query import _parse_periods, DateInterval, DateQuery,\
from beets.dbcore.query import _parse_periods, DateInterval, DateQuery, \
InvalidQueryArgumentValueError


Expand Down
2 changes: 1 addition & 1 deletion test/test_mbsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import unittest
from unittest.mock import patch

from test.helper import TestHelper,\
from test.helper import TestHelper, \
generate_album_info, \
generate_track_info, \
capture_log
Expand Down

0 comments on commit af0df4c

Please sign in to comment.