Connections pane integration with the variables pane #24
Annotations
3 errors
Run Pyright:
extensions/positron-python/pythonFiles/positron/positron_ipykernel/connections.py#L211
Function with declared type of "Connection" must return value on all code paths
Type "None" cannot be assigned to type "Connection" (reportGeneralTypeIssues)
|
Run Pyright:
extensions/positron-python/pythonFiles/positron/positron_ipykernel/variables.py#L165
Argument of type "str" cannot be assigned to parameter "variable_path" of type "List[str]" in function "variable_has_active_connection"
"str" is incompatible with "List[str]" (reportGeneralTypeIssues)
|
Run Pyright
2 errors
|
Loading