Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jun 25, 2024
1 parent 8d11acc commit 8a46e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions nonebot_plugin_multincm/data_source/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
BaseSongListPage as BaseSongListPage,
GeneralGetPageReturn as GeneralGetPageReturn,
GeneralPlaylist as GeneralPlaylist,
GeneralPlaylistInfo as GeneralPlaylistInfo,
GeneralSearcher as GeneralSearcher,
GeneralSong as GeneralSong,
GeneralSongInfo as GeneralSongInfo,
GeneralSongList as GeneralSongList,
GeneralSongListPage as GeneralSongListPage,
GeneralSongOrList as GeneralSongOrList,
Expand Down
4 changes: 2 additions & 2 deletions nonebot_plugin_multincm/data_source/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,5 @@ async def get_page(
GeneralSongOrList,
None,
]
GenericSongInfo: TypeAlias = SongInfo[GeneralSong]
GenericPlaylistInfo: TypeAlias = PlaylistInfo[GeneralPlaylist]
GeneralSongInfo: TypeAlias = SongInfo[GeneralSong]
GeneralPlaylistInfo: TypeAlias = PlaylistInfo[GeneralPlaylist]

0 comments on commit 8a46e72

Please sign in to comment.