Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2024
1 parent 17c70a2 commit 26015d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resources/lib/xbmc_settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import json
import xbmc
from typing import TYPE_CHECKING

import xbmc

if TYPE_CHECKING:
from resources.lib.plugin import Plugin

Expand Down

0 comments on commit 26015d8

Please sign in to comment.