mirror of
https://github.com/beetbox/beets.git
synced 2026-01-14 12:12:23 +01:00
PEP8 Fixes
This commit is contained in:
parent
a0cf1f30e3
commit
429f1c1573
1 changed files with 0 additions and 3 deletions
|
|
@ -17,7 +17,6 @@
|
|||
import os
|
||||
import sqlite3
|
||||
|
||||
import _common
|
||||
from _common import unittest
|
||||
from beets import dbcore
|
||||
from tempfile import mkstemp
|
||||
|
|
@ -126,8 +125,6 @@ class MigrationTest(unittest.TestCase):
|
|||
def tearDown(self):
|
||||
os.remove(self.libfile)
|
||||
|
||||
|
||||
|
||||
def test_open_with_same_fields_leaves_untouched(self):
|
||||
new_lib = TestDatabase2(self.libfile)
|
||||
c = new_lib._connection().cursor()
|
||||
|
|
|
|||
Loading…
Reference in a new issue