1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-03 04:03:30 +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
-1
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