graphite-project / carbon

1 blank line required after class docstring FLK-D204
Documentation
Minor
1 occurrence in this check
1 blank line required after class docstring
  8
  9
 10class CarbonLogFile(DailyLogFile):
 11  """Overridden to support logrotate.d""" 12  def __init__(self, *args, **kwargs):
 13    DailyLogFile.__init__(self, *args, **kwargs)
 14    # avoid circular dependencies