1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 18:39:37 +02:00

[__init__] Work around flake8 false positive

This commit is contained in:
Philipp Hagemeister 2015-01-25 05:17:38 +01:00
parent 37f4ce538a
commit cc1237f484

View File

@ -244,6 +244,7 @@ def _real_main(argv=None):
if opts.xattr_set_filesize:
try:
import xattr
xattr # Confuse flake8
except ImportError:
parser.error('setting filesize xattr requested but python-xattr is not available')