mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix import order
This commit is contained in:
parent
164fc50d98
commit
9b30c883ea
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
from collections import namedtuple
|
||||
|
||||
from six import string_types
|
||||
from six.moves import collections_abc
|
||||
from collections import namedtuple
|
||||
|
||||
|
||||
def clean_none_dict_values(obj):
|
||||
|
|
Loading…
Reference in a new issue