Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #136 from Zocker1999NET/patch-2
Browse files Browse the repository at this point in the history
extras.py: Add missing import copy
  • Loading branch information
mytja authored Nov 6, 2021
2 parents be7f6f6 + 288d626 commit da8212a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions youtubesearchpython/__future__/extras.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import copy
from typing import Union

from youtubesearchpython.core import VideoCore
Expand Down
1 change: 1 addition & 0 deletions youtubesearchpython/extras.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import copy
from typing import Union

from youtubesearchpython.core import VideoCore
Expand Down

0 comments on commit da8212a

Please sign in to comment.