diff --git a/challenges/2024/06-guardGallivant/main.py b/challenges/2024/06-guardGallivant/main.py index 05c7378..8ef7093 100644 --- a/challenges/2024/06-guardGallivant/main.py +++ b/challenges/2024/06-guardGallivant/main.py @@ -1,6 +1,5 @@ import sys from gridutil import grid, coord -from typing import Optional from tqdm import tqdm