mirror of
https://github.com/netinvent/npbackup.git
synced 2024-11-10 17:15:28 +08:00
Reformat file with (recent) black
This commit is contained in:
parent
da1fa20f98
commit
5cab0c78d2
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ logger = getLogger(__intname__)
|
|||
|
||||
UPGRADE_DEFER_TIME = 60 # Wait x seconds before we actually do the upgrade so current program could quit before being erased
|
||||
|
||||
|
||||
# RAW ofunctions.checksum import
|
||||
def sha256sum_data(data):
|
||||
# type: (bytes) -> str
|
||||
|
|
Loading…
Reference in a new issue