Skip to content

Commit 10fe249

Browse files
committed
lint organize imports
1 parent a3bcda3 commit 10fe249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_database_change.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import os
22

33
import beets
4+
import beets.logging as blog
45
from beets.test import _common
56
from beets.test.helper import BeetsTestCase, capture_log
6-
import beets.logging as blog
77

88

99
class DatabaseChangeTestBase(BeetsTestCase):

0 commit comments

Comments
 (0)