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