diff --git a/youtubesearchpython/__future__/extras.py b/youtubesearchpython/__future__/extras.py index 4dbe2bb..9d1f139 100644 --- a/youtubesearchpython/__future__/extras.py +++ b/youtubesearchpython/__future__/extras.py @@ -1,3 +1,4 @@ +import copy from typing import Union from youtubesearchpython.core import VideoCore diff --git a/youtubesearchpython/extras.py b/youtubesearchpython/extras.py index ffce891..6394d30 100644 --- a/youtubesearchpython/extras.py +++ b/youtubesearchpython/extras.py @@ -1,3 +1,4 @@ +import copy from typing import Union from youtubesearchpython.core import VideoCore