1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-12 16:19:39 +00:00

[core] No longer importing copy

This commit is contained in:
dirkf 2023-04-06 19:49:46 +01:00
parent f8253a5289
commit 213d1d91bf

View file

@ -5,7 +5,6 @@ from __future__ import absolute_import, unicode_literals
import collections
import contextlib
import copy
import datetime
import errno
import fileinput