Skip to content

Commit

Permalink
Merge pull request #1099 from obfuscurity/fix_unwanted_function_doc
Browse files Browse the repository at this point in the history
Bad multiline comment in functions.py
  • Loading branch information
obfuscurity committed Jan 11, 2015
2 parents 0e5a38e + 4ee4b83 commit 85b8418
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webapp/graphite/render/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ def normalize(seriesLists):
raise NormalizeEmptyResultError()

class NormalizeEmptyResultError(Exception):
"""
Error thrown by the function 'normalize'
when it has an empty result
"""
# throw error for normalize() when empty
pass


Expand Down

0 comments on commit 85b8418

Please sign in to comment.