[arvados] updated: 2.6.0-556-g5529d102df
git repository hosting
git at public.arvados.org
Thu Aug 31 13:27:42 UTC 2023
Summary of changes:
sdk/python/arvados/_pycurlhelper.py | 1 +
1 file changed, 1 insertion(+)
via 5529d102df411367c672d13bdb93a5cb0c7d0127 (commit)
from 37044d922164855ba5cc443e775037ab12cdbf95 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5529d102df411367c672d13bdb93a5cb0c7d0127
Author: Brett Smith <brett.smith at curii.com>
Date: Thu Aug 31 09:27:03 2023 -0400
20915: Add missing import to _pycurlhelper
Closes #20915.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/sdk/python/arvados/_pycurlhelper.py b/sdk/python/arvados/_pycurlhelper.py
index e1153ad9e3..749548a7fc 100644
--- a/sdk/python/arvados/_pycurlhelper.py
+++ b/sdk/python/arvados/_pycurlhelper.py
@@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
+import collections
import socket
import pycurl
import math
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list