Skip to content
  • Iustin Pop's avatar
    RAPI: fix a pylint warning · 7a6b9510
    Iustin Pop authored
    Child classes of _R_TAGS must define TAG_LEVEL, but for good style let's
    define it also here to at least ensure we don't get a 'Unknown
    attribute' exception.
    
    Of course, this also silences a pylint warning.
    
    Reviewed-by: amishchenko
    7a6b9510