mirror of
https://github.com/beetbox/beets.git
synced 2025-12-18 14:44:28 +01:00
Adjust indentation to pass flake8 tests
This commit is contained in:
parent
63cd799e8d
commit
d24b373c87
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ class Period(object):
|
|||
pass
|
||||
if date is None:
|
||||
raise InvalidQueryArgumentValueError(string,
|
||||
'a valid datetime string')
|
||||
'a valid datetime string')
|
||||
precision = cls.precisions[ordinal]
|
||||
return cls(date, precision)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue