Skip to content

Commit 4ebafef

Browse files
committed
Correct order of imports
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
1 parent 875eb31 commit 4ebafef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/srgssr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import datetime
3030
import json
3131
import requests
32-
import utils
3332

3433
import xbmc
3534
import xbmcgui
@@ -41,6 +40,7 @@
4140
import simplecache
4241
import youtube_channels
4342

43+
import utils
4444

4545
ADDON_ID = 'script.module.srgssr'
4646
REAL_SETTINGS = xbmcaddon.Addon(id=ADDON_ID)

0 commit comments

Comments
 (0)