We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a1185 commit 59a3af4Copy full SHA for 59a3af4
sdk/core/azure-core/azure/core/rest/_rest.py
@@ -30,7 +30,7 @@
30
31
from azure.core.exceptions import HttpResponseError
32
33
-from .._utils import _case_insensitive_dict
+from ..utils._utils import _case_insensitive_dict
34
from ._helpers import (
35
FilesType,
36
parse_lines_from_text,
sdk/core/azure-core/azure/core/rest/_rest_py3.py
@@ -41,7 +41,7 @@
41
42
43
44
45
46
47
ParamsType,
0 commit comments