diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2021-09-09 10:08:25 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2021-09-09 10:08:25 +0200 |
| commit | c7a18cedc0c3b70d97b5a842617f1979a6b1fa62 (patch) | |
| tree | 38ad3306458f8640a1e5cd9b1f36f976e81abfaf | |
| parent | 42ec3e2afc1be06022ea4c1641ce4010f2531fc8 (diff) | |
| download | geldschieberbot-c7a18cedc0c3b70d97b5a842617f1979a6b1fa62.tar.gz geldschieberbot-c7a18cedc0c3b70d97b5a842617f1979a6b1fa62.zip | |
[tanken] remove unused variable
| -rw-r--r-- | tanken.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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] |
