Remove unused imports and simplify
This commit is contained in:
parent
f0ce2bc1c5
commit
d55433bbfd
8 changed files with 29 additions and 37 deletions
|
@ -1,12 +1,9 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import re
|
||||
import string
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
ExtractorError,
|
||||
)
|
||||
|
||||
|
||||
translation_table = {
|
||||
'a': 'h', 'd': 'e', 'e': 'v', 'f': 'o', 'g': 'f', 'i': 'd', 'l': 'n',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue