Skip to content

Commit

Permalink
Update test/test_download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf committed Feb 21, 2024
1 parent 40b4b69 commit 6ae54a4
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 @@
import youtube_dl.YoutubeDL
from youtube_dl.compat import (
compat_filter as filter,
compat_map as map,
compat_http_client,
compat_map as map,
compat_urllib_error,
compat_HTTPError,
)
Expand Down

0 comments on commit 6ae54a4

Please sign in to comment.