lisa.utils: Fix deprecate() on classes for Python < 3.6
object.__init_subclass__ is only available in Python >= 3.6, so do not reference it when not available
Loading
Please register or sign in to comment
object.__init_subclass__ is only available in Python >= 3.6, so do not reference it when not available