mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Remove superfluous code
This commit is contained in:
parent
813510a50d
commit
b490ed7d4b
1 changed files with 0 additions and 3 deletions
|
|
@ -16,13 +16,10 @@
|
|||
"""
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
from datetime import date
|
||||
|
||||
import _common
|
||||
from _common import unittest
|
||||
import beets.mediafile
|
||||
from beets.mediafile import MediaFile
|
||||
|
||||
|
||||
class EdgeTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue