add: todo type hints

This commit is contained in:
timeshifter
2021-12-04 23:18:46 +01:00
parent 20b9b7eb8b
commit 064207bbe6
+1
View File
@@ -34,6 +34,7 @@ def main():
# TODO --skip-post-backup-scrub # TODO --skip-post-backup-scrub
# TODO print time estimation while scrub is in progress # TODO print time estimation while scrub is in progress
# TODO logging # TODO logging
# TODO type hints
class Manager: class Manager: