mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #3296 from davep/remove-unused-command-import
Remove an unused import from command.py
This commit is contained in:
@@ -7,7 +7,7 @@ See the guide on the [Command Palette](../guide/command_palette.md) for full det
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
from asyncio import CancelledError, Queue, Task, TimeoutError, wait, wait_for
|
from asyncio import CancelledError, Queue, Task, TimeoutError, wait_for
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from functools import total_ordering
|
from functools import total_ordering
|
||||||
from time import monotonic
|
from time import monotonic
|
||||||
|
|||||||
Reference in New Issue
Block a user