Skip to content

Commit 02ae29d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 620a5c0 commit 02ae29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_repl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def raw_input(self, prompt: str = "") -> str:
7878
from signal import SIGINT, signal
7979

8080
interrupted = False
81-
81+
8282
if self.token is None:
8383
self.token = trio.from_thread.run_sync(trio.lowlevel.current_trio_token)
8484

0 commit comments

Comments
 (0)