Skip to content

Commit

Permalink
Update landing_list.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nyashkin authored Mar 15, 2024
1 parent b5006de commit cd60b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yandex_music/landing/landing_list.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from typing import TYPE_CHECKING, List, Optional

from yandex_music import YandexMusicObject, PlaylistId
from yandex_music import YandexMusicObject
from yandex_music.utils import model

if TYPE_CHECKING:
from yandex_music import Client
from yandex_music import Client, PlaylistId


@model
Expand Down

0 comments on commit cd60b8d

Please sign in to comment.