diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-08-27 22:09:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 22:09:04 +0200 |
| commit | 58e5eca270f5954d56f1cf30609bb94cab212917 (patch) | |
| tree | db68c20e056fca744230b01d43ea127b154fa966 /ihatemoney/history.py | |
| parent | d8d4e996315109a7b81b7e72cbf99bdb9912985b (diff) | |
| download | ihatemoney-mirror-58e5eca270f5954d56f1cf30609bb94cab212917.zip ihatemoney-mirror-58e5eca270f5954d56f1cf30609bb94cab212917.tar.gz ihatemoney-mirror-58e5eca270f5954d56f1cf30609bb94cab212917.tar.bz2 | |
update to black 20.8b1 (#676)
Some trailing commas were removed because of some black changes.
Diffstat (limited to 'ihatemoney/history.py')
| -rw-r--r-- | ihatemoney/history.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/history.py b/ihatemoney/history.py index faa12c0..801e39e 100644 --- a/ihatemoney/history.py +++ b/ihatemoney/history.py @@ -113,7 +113,7 @@ def get_history(project, human_readable_names=True): ): del changeset["converted_amount"] - for (prop, (val_before, val_after),) in changeset.items(): + for (prop, (val_before, val_after)) in changeset.items(): if human_readable_names: if prop == "payer_id": prop = "payer" |
