graphite-project / carbon

Function/method with an empty body PTC-W0049
Anti-pattern
Major
10 months ago10 months old
addService doesn't contain any code
 37    self.assertEqual(expected_plugins, plugins)
 38
 39    class _FakeService(object):
 40      def addService(_, __): 41        pass
 42    fake_service = _FakeService()
 43