f9d0fc8 pylint: Skip not-callable

1 file Authored by slev 2 years ago, Committed by rcritten 2 years ago,
    pylint: Skip not-callable
    
    The klass property is referenced to class attribute.
    Today's Pylint doesn't support this.
    
    Fixes: https://pagure.io/freeipa/issue/9117
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>