You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# /Users/barret/Documents/git/rstudio/posit-sdk-py/posit-sdk-py.nosync/src/posit/connect/client.py:274:25 - error: Argument of type "Context" cannot be assigned to parameter "iterable" of type "Iterable[Package]" in function "__new__"
36
+
# "Context" is incompatible with protocol "Iterable[Package]"
# /Users/barret/Documents/git/rstudio/posit-sdk-py/posit-sdk-py.nosync/src/posit/connect/jobs.py:302:21 - error: Argument of type "ContentItemContext" cannot be assigned to parameter "iterable" of type "Iterable[Job]" in function "__new__"
40
+
# "ContentItemContext" is incompatible with protocol "Iterable[Job]"
# /Users/barret/Documents/git/rstudio/posit-sdk-py/posit-sdk-py.nosync/src/posit/connect/packages.py:102:32 - error: Argument of type "ContentItemContext" cannot be assigned to parameter "iterable" of type "Iterable[ContentPackage]" in function "__new__"
44
+
# "ContentItemContext" is incompatible with protocol "Iterable[ContentPackage]"
45
+
# "__iter__" is not present (reportArgumentType)
46
+
# 3 errors, 0 warnings, 0 informations
47
+
# ```
48
+
# This is a mystery because `Context` is not used as an iterable in the codebase.
0 commit comments