mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 12:02:44 +01:00
Review: Remove unnecessary parens
This commit is contained in:
parent
3a5ea58f7a
commit
aa1da3166f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import os
|
|||
import fnmatch
|
||||
import tempfile
|
||||
import beets
|
||||
from beets.util import (pathlib_as_posix)
|
||||
from beets.util import pathlib_as_posix
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue