From a6d7747f281be2f58fdc6720d05e13585fdb2015 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 7 Feb 2023 12:10:02 +0000 Subject: [PATCH] fix 5x5 --- examples/five_by_five.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/five_by_five.py b/examples/five_by_five.py index c7414eaab..f3aada19f 100644 --- a/examples/five_by_five.py +++ b/examples/five_by_five.py @@ -1,3 +1,5 @@ +from __future__ import annotations + """Simple version of 5x5, developed for/with Textual.""" from pathlib import Path