Skip to content

Commit

Permalink
Update test_download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf authored Feb 21, 2024
1 parent a9f55cb commit f7173cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
from youtube_dl.compat import (
compat_filter as filter,
compat_http_client,
compat_map as map,
compat_HTTPError,
compat_map as map,
compat_open as open,
compat_urllib_error,
)
Expand Down

0 comments on commit f7173cc

Please sign in to comment.