Skip to content

Commit fab39d3

Browse files
committed
Small update
1 parent 61a1a48 commit fab39d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pycatfile/pyfile.py

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

1075-
hashlib_guaranteed = False
1076-
10771075
def CheckSumSupport(checkfor, guaranteed=True):
10781076
if(guaranteed):
10791077
try:

0 commit comments

Comments
 (0)