Skip to content

Commit 489e2ae

Browse files
committed
Small update
1 parent 959015d commit 489e2ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyfoxfile/pyfile.py

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

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

0 commit comments

Comments
 (0)