Skip to content

Commit

Permalink
Remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
XniceCraft committed Aug 3, 2023
1 parent 230a91c commit 078f06d
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 249 deletions.
4 changes: 2 additions & 2 deletions youtube_search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import asyncio
import sys
from .search import AsyncYoutubeSearch, YoutubeSearch
from .video import AsyncYoutubeVideo, YoutubeVideo
from .search import AsyncYoutubeSearch, BaseYoutubeSearch, YoutubeSearch
from .video import AsyncYoutubeVideo, BaseYoutubeVideo, YoutubeVideo
from .options import Options

if sys.platform == "win32":
Expand Down
Loading

0 comments on commit 078f06d

Please sign in to comment.