from dataclasses import dataclass
@dataclass
class ScheduledTxSearchModel:
date_from = None
date_to = None
too-few-public-methods reported
@dataclass should not have methods. Therefore, no R message should be triggered.
pylint 1.8.1,
astroid 1.6.0
Python 3.7.0a3 (v3.7.0a3:90a6785, Dec 5 2017, 22:04:17) [MSC v.1900 32 bit (Intel)]
Yes, we planned long ago to ditch this check, but didn't get to it just yet
Most helpful comment
Yes, we planned long ago to ditch this check, but didn't get to it just yet