From 6be68ec31c4e30446d2e01cbd2945f06e795af52 Mon Sep 17 00:00:00 2001 From: baschi29 Date: Wed, 20 Apr 2022 22:49:16 +0200 Subject: [PATCH] newline at end of file --- validitysensor/fingerprint_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validitysensor/fingerprint_constants.py b/validitysensor/fingerprint_constants.py index e5065e5..94fec54 100644 --- a/validitysensor/fingerprint_constants.py +++ b/validitysensor/fingerprint_constants.py @@ -36,4 +36,4 @@ finger_ids = { # Store the keys in the reverse order for faster lookups finger_names = {} for name, index in finger_ids.items(): - finger_names[index] = name \ No newline at end of file + finger_names[index] = name