diff --git a/tests/pilot_recorder.py b/tests/pilot_recorder.py index 9ef94c0..3676e52 100644 --- a/tests/pilot_recorder.py +++ b/tests/pilot_recorder.py @@ -1,3 +1,5 @@ +"""Record interactions and save as an automated test.""" + import os from typing import Any, Callable from textual.css.query import NoMatches, TooManyMatches