Fix linter error
This commit is contained in:
@@ -128,7 +128,6 @@ class SubsonicAdapter(Adapter):
|
||||
# TODO (#112): support XML?
|
||||
|
||||
def initial_sync(self):
|
||||
print('initial_sync')
|
||||
# Wait for the ping to happen.
|
||||
tries = 0
|
||||
while not self._server_available.value and tries < 5:
|
||||
|
@@ -3,7 +3,7 @@ These are the API objects that are returned by Subsonic.
|
||||
"""
|
||||
|
||||
import hashlib
|
||||
from dataclasses import asdict, dataclass, field
|
||||
from dataclasses import dataclass, field
|
||||
from datetime import datetime, timedelta
|
||||
from typing import Any, Dict, List, Optional, Union
|
||||
|
||||
|
Reference in New Issue
Block a user