mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
0711c4a0d4
certmonger._get_requests has a mutable default argument. Although at the present time it is never modified, this is an antipattern to be avoided. In fact, we don't even need the default argument, because it is always called with a dict() argument. So just remove it. Part of: https://pagure.io/freeipa/issue/8186 Reviewed-By: Rob Crittenden <rcritten@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
certmonger.py | ||
certstore.py | ||
hostname.py | ||
kinit.py | ||
service.py | ||
sysrestore.py |