Skip to content

Commit 742c7a2

Browse files
pre-commit-ci[bot]davidbrochart
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d4939f7 commit 742c7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/kernels/fps_kernels/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
KernelServer,
2626
kernels,
2727
)
28-
from .models import Session, Execution
28+
from .models import Execution, Session
2929

3030
router = APIRouter()
3131

0 commit comments

Comments
 (0)