diff options
author | Kristofer Hallin <kristofer@sunet.se> | 2021-10-18 15:15:09 +0200 |
---|---|---|
committer | Kristofer Hallin <kristofer@sunet.se> | 2021-10-18 15:15:09 +0200 |
commit | 34a353a539f71b6a87413b58ea483b36f94e3516 (patch) | |
tree | 180d52e5d5d9d95c05ea7dd8daca1d1ce44b837a /src/db.py | |
parent | e6d38941061f89dda3da940c392e8cef7d8a0b01 (diff) |
Remove unused variables.
Diffstat (limited to 'src/db.py')
-rwxr-xr-x | src/db.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ -# A database storing dictionaries, keyed on a timestamp. -# value = A dict which will be stored as a JSON object encoded in -# UTF-8. Note that dict keys of type integer or float will become -# strings while values will keep their type. +# A database storing dictionaries, keyed on a timestamp. value = A +# dict which will be stored as a JSON object encoded in UTF-8. Note +# that dict keys of type integer or float will become strings while +# values will keep their type. # Note that there's a (slim) chance that you'd stomp on the previous # value if you're too quick with generating the timestamps, ie |