Skip to content

Commit

Permalink
[itv] Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Jun 21, 2018
1 parent 30374f4 commit a4ec451
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions youtube_dl/extractor/itv.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
compat_etree_register_namespace,
)
from ..utils import (
determine_ext,
ExtractorError,
extract_attributes,
xpath_with_ns,
xpath_element,
xpath_text,
int_or_none,
merge_dicts,
parse_duration,
smuggle_url,
ExtractorError,
determine_ext,
xpath_with_ns,
xpath_element,
xpath_text,
)


Expand Down

0 comments on commit a4ec451

Please sign in to comment.