uranusjr commented on code in PR #27689:
URL: https://github.com/apache/airflow/pull/27689#discussion_r1023398695
##########
airflow/providers/microsoft/psrp/hooks/psrp.py:
##########
@@ -215,11 +216,33 @@ def invoke(self) -> Generator[PowerShell, None, None]:
if local_context:
self.__exit__(None, None, None)
- def invoke_cmdlet(self, name: str, use_local_scope=None, **parameters:
dict[str, str]) -> PowerShell:
+ def invoke_cmdlet(
+ self,
+ name: str,
+ use_local_scope=None,
Review Comment:
```suggestion
use_local_scope: bool | None = None,
```
(I think)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]