Update git submodules

* Update neutron from branch 'master'
  to 9a5e1a8a42998c26372880fe44a98b8cbccd595c
  - Merge "Fix keyword-arg-before-vararg warnings"
  - Fix keyword-arg-before-vararg warnings
    
    The correct usage when using keyword and varargs is
    
    def func(arg1, *args, arg2=None, **kwargs):
    
    Otherwise you can end up in having multiple values passed
    for the parameters in case the method is called with
    keyword arguments.
    
    Fixed two calls to _get_ports_query() that were not
    passing the 'filters' argument correctly.
    
    Start enforcing this as well.
    
    TrivialFix
    
    Change-Id: Id9d6d841133241bbc87a589117468c4e699c310a
This commit is contained in:
Zuul 2024-04-22 15:49:03 +00:00 committed by Gerrit Code Review
parent dccc9c2bef
commit 59bba7a418
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit febc39733ed110742702ee424fce7cc3157caa1b
Subproject commit 9a5e1a8a42998c26372880fe44a98b8cbccd595c