From bfa03d63692cb0206e51325a8e0035bc5199dc76 Mon Sep 17 00:00:00 2001 From: AKP Date: Sat, 7 Dec 2024 00:09:33 +0000 Subject: [PATCH] Update main.py --- challenges/2024/06-guardGallivant/main.py | 1 - 1 file changed, 1 deletion(-) 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