From c7a18cedc0c3b70d97b5a842617f1979a6b1fa62 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 9 Sep 2021 10:08:25 +0200 Subject: [tanken] remove unused variable --- tanken.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tanken.py b/tanken.py index 19d65c7..303e3b3 100644 --- a/tanken.py +++ b/tanken.py @@ -4,7 +4,6 @@ # cost should be given in cents def tanken(drives, cost, service_charge=0): passengers = {} - service_charges = {} distance = 0. drives = [d.split(' ') for d in drives] -- cgit v1.2.3