From 33683314c6435bb53ad75a8f82c66d41049113af Mon Sep 17 00:00:00 2001 From: angrycaptain19 <53473467+angrycaptain19@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:22:06 +0100 Subject: [PATCH] Remove extra space --- welcome-to-sourcery.py | 1 - 1 file changed, 1 deletion(-) diff --git a/welcome-to-sourcery.py b/welcome-to-sourcery.py index d75a6833..3adad636 100644 --- a/welcome-to-sourcery.py +++ b/welcome-to-sourcery.py @@ -146,4 +146,3 @@ def is_powerful(magic): def print_all(spells: list): for i in range(len(spells)): print(spells[i]) -