Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zim514 committed Dec 27, 2023
1 parent 475c0c0 commit 4c123d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
requests==2.31.0
rollbar~=0.15.2
polib
Pillow
polib~=1.2.0
Pillow~=10.1.0
Kodistubs~=20.0.1
six~=1.16.0
urllib3~=2.1.0
1 change: 0 additions & 1 deletion script.service.hue/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import addon="script.module.requests" version="2.27.1"/>
<import addon="script.module.pil"/>
<import addon="script.module.pyrollbar" version="0.15.2"/>
<import addon="script.module.simplejson" version="3.19.1"/>
</requires>
<extension point="xbmc.service" name="service.hue" library="service.py"/>
<extension point="xbmc.python.pluginsource" library="plugin.py">
Expand Down
1 change: 0 additions & 1 deletion script.service.hue/resources/lib/ambigroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from threading import Thread

import requests
import xbmc
import xbmcgui
from PIL import Image
Expand Down
3 changes: 1 addition & 2 deletions script.service.hue/resources/lib/hue.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
import urllib3
from urllib.parse import urljoin

import simplejson as json
import datetime
import json

import xbmc
import xbmcgui
Expand Down

0 comments on commit 4c123d9

Please sign in to comment.