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 Oct 17, 2024
1 parent 59be6e7 commit 34d9bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/kernelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
import queue
import sys
import threading
from threading import Thread
import time
import typing as t
import uuid
import warnings
from datetime import datetime
from signal import SIGINT, SIGTERM, Signals
from threading import Thread

from .thread import CONTROL_THREAD_NAME

Expand Down

0 comments on commit 34d9bd1

Please sign in to comment.