From fe38b2ed676b76b11b4eacf941fd4773e89ac17d Mon Sep 17 00:00:00 2001 From: Jack Sweeney Date: Sun, 22 Nov 2020 13:15:09 +0000 Subject: [PATCH] Whitespace --- AppendAirport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppendAirport.py b/AppendAirport.py index 04bc30f..8f9fa71 100644 --- a/AppendAirport.py +++ b/AppendAirport.py @@ -23,7 +23,7 @@ def append_airport(filename, icao, airport, distance_mi): # create Image object with the input image image = Image.open(filename) - + # initialise the drawing context with # the image object as background