mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
Fix white space
This commit is contained in:
parent
b490ed7d4b
commit
6901cc96db
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,6 @@
|
|||
"""Automatically-generated blanket testing for the MediaFile metadata
|
||||
layer.
|
||||
"""
|
||||
import sys
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
|
|
@ -295,7 +294,7 @@ class ReadWriteTestBase(object):
|
|||
tags['original_month'] = original_date.month
|
||||
tags['original_day'] = original_date.day
|
||||
return tags
|
||||
|
||||
|
||||
|
||||
class PartialTestMixin(object):
|
||||
tags_without_total = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue