Skip to content

Commit

Permalink
Fixing wrong import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoaq2 committed Jun 18, 2017
1 parent e226149 commit 7883e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowit/providers/mediainfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from logging import NullHandler, getLogger
from subprocess import check_output

from pymediainfo import __version__ as pymediainfo_version
from pymediainfo import MediaInfo
from pymediainfo import __version__ as pymediainfo_version

from .. import (
OrderedDict,
Expand Down

0 comments on commit 7883e81

Please sign in to comment.