Skip to content

Commit

Permalink
Fix pep8 line length
Browse files Browse the repository at this point in the history
  • Loading branch information
David Durieux committed Jun 26, 2015
1 parent 0e2849f commit 9e53559
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions alignak/objects/businessimpactmodulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@


class Businessimpactmodulation(Item):
"""Businessimpactmodulation class is simply a modulation of the business impact value (of a Host/Service)
during a modulation period.
"""Businessimpactmodulation class is simply a modulation of the business impact value
(of a Host/Service) during a modulation period.
"""
id = 1 # zero is always special in database, so we do not take risk here
my_type = 'businessimpactmodulation'
Expand Down

0 comments on commit 9e53559

Please sign in to comment.