Skip to content

Commit 1bc5d23

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 09d23c6 commit 1bc5d23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/kernel-launchers/python/scripts/launch_ipykernel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
import json
66
import logging
77
import os
8-
98
import signal
109
import socket
1110
import tempfile
1211
import uuid
13-
from random import random
1412
from multiprocessing import Process
13+
from random import random
1514
from threading import Thread
1615

1716
from Cryptodome.Cipher import AES, PKCS1_v1_5

0 commit comments

Comments
 (0)