mirror of
https://github.com/1j01/textual-paint.git
synced 2024-11-24 00:35:03 +03:00
Fix missing import (and missing spelling) for test mark
This commit is contained in:
parent
2d659ef478
commit
652c2138e5
@ -41,6 +41,7 @@
|
||||
"Cascadia",
|
||||
"clion",
|
||||
"cmdpxl",
|
||||
"codepoints",
|
||||
"COLORTERM",
|
||||
"conhost",
|
||||
"Consola",
|
||||
|
@ -4,6 +4,7 @@ Run with `pytest tests/test_behavior.py`, or `pytest` to run all tests.
|
||||
"""
|
||||
|
||||
from pyfakefs.fake_filesystem import FakeFilesystem
|
||||
import pytest
|
||||
from textual.events import Paste
|
||||
|
||||
from textual_paint.char_input import CharInput
|
||||
|
Loading…
Reference in New Issue
Block a user