Skip to content

Commit 240f9ff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 039bad1 commit 240f9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sys
77
import warnings
88
from code import InteractiveConsole
9-
from types import CodeType, FunctionType, FrameType
9+
from types import CodeType, FrameType, FunctionType
1010
from typing import Callable
1111

1212
import outcome

0 commit comments

Comments
 (0)