graphite-project / carbon

Consider decorating method with @staticmethod PYL-R0201
Performance
Major
1 occurrence in this check
Method doesn't use the class instance and could be converted into a static method
 13    def __init__(self):
 14        self.called = []
 15
 16    def parse_args(self, args): 17        return object(), args
 18
 19    def print_usage(self):