mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-13 10:33:16 +00:00
Tool black: auto-format Python code
This commit is contained in:
parent
e4d8084c25
commit
7763762212
54 changed files with 6545 additions and 4723 deletions
|
|
@ -1,13 +1,11 @@
|
|||
from sqlite3 import Cursor
|
||||
from typing import Any, List, Optional, NamedTuple
|
||||
|
||||
|
||||
class ViewRow(NamedTuple):
|
||||
view_id: str
|
||||
view_name: str
|
||||
media_type: str
|
||||
|
||||
|
||||
class JellyfinDatabase:
|
||||
cursor: Cursor = ...
|
||||
def __init__(self, cursor: Cursor) -> None: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue