PEP8 Fixes

This commit is contained in:
Thomas Scholtes 2014-09-05 19:53:46 +02:00
parent a0cf1f30e3
commit 429f1c1573

View file

@ -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()