Skip to content

Commit 377c8d9

Browse files
committed
minor isort fix
1 parent 712692f commit 377c8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/pyscript/jupyter_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
import uuid
2121

2222
from .const import LOGGER_PATH
23+
from .global_ctx import GlobalContextMgr
2324
from .handler import Handler
2425
from .state import State
25-
from .global_ctx import GlobalContextMgr
2626

2727
_LOGGER = logging.getLogger(LOGGER_PATH + ".jupyter_kernel")
2828

0 commit comments

Comments
 (0)