From aa9f6392c3c43295284c12089e2f0c93bffd5cb7 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 2 May 2023 12:57:08 +0100 Subject: [PATCH] Make a change to a py file to see if CI will kick off tests --- src/textual/__main__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/textual/__main__.py b/src/textual/__main__.py index 212d16b92..02f6d79c1 100644 --- a/src/textual/__main__.py +++ b/src/textual/__main__.py @@ -1,3 +1,5 @@ +# Ignore this. This is just a forced change to a Python file. + from .demo import DemoApp if __name__ == "__main__":