Skip to content

Commit e8965f1

Browse files
committed
Small update
1 parent ab89f5d commit e8965f1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyarchivefile/pyfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,6 @@ def format_ns_utc(ts_ns, fmt='%Y-%m-%d %H:%M:%S'):
10661066
ns_str = "%09d" % ns
10671067
return base + "." + ns_str
10681068

1069-
hashlib_guaranteed = False
1070-
10711069
def CheckSumSupport(checkfor, guaranteed=True):
10721070
if(guaranteed):
10731071
try:

0 commit comments

Comments
 (0)