Skip to content

Commit 621876c

Browse files
Ruff-related fixes.
1 parent 6294093 commit 621876c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/prompt_toolkit/shortcuts/dialogs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
import functools
4-
from asyncio import get_running_loop
54
from typing import Any, Callable, Sequence, TypeVar
65

76
from prompt_toolkit.application import Application

tests/test_document.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from __future__ import annotations
22

3-
import pytest
43
import re
54

5+
import pytest
6+
67
from prompt_toolkit.document import Document
78

89

0 commit comments

Comments
 (0)