Skip to content

Commit

Permalink
Merge pull request #55 from sanzoghenzo/fix-typing
Browse files Browse the repository at this point in the history
fix: wrong Callable import
  • Loading branch information
Paulchen-Panther authored Oct 14, 2023
2 parents e4d4495 + 2fe5adf commit f9a25c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.service.hyperion/resources/lib/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
from collections.abc import Callable
from typing import Callable

import xbmc
from PIL import Image
Expand Down

0 comments on commit f9a25c4

Please sign in to comment.