mik-laj commented on pull request #10163: URL: https://github.com/apache/airflow/pull/10163#issuecomment-668895728
I meant the keyword argument. I think we should add an asterisk in the constructor. See: https://www.python.org/dev/peps/pep-3102/ ``` def test_func(*, key=None): ... ``` This function only accepts keyword arguments. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
