Moving DevtoolsLog object to client.py

This commit is contained in:
Darren Burns
2022-04-12 15:18:37 +01:00
parent 6e058cda7c
commit c1b167f48a
4 changed files with 22 additions and 22 deletions

View File

@@ -18,7 +18,6 @@ from . import messages
if TYPE_CHECKING:
from .app import App
from .screen import Screen
class NoParent(Exception):