Skip to content

Commit 2fe5adf

Browse files
authored
fix: wrong Callable import
closes #54
1 parent e4d4495 commit 2fe5adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.service.hyperion/resources/lib/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
"""
24-
from collections.abc import Callable
24+
from typing import Callable
2525

2626
import xbmc
2727
from PIL import Image

0 commit comments

Comments
 (0)