diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:41:27 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:41:27 -0500 |
commit | f17090f3197e90b8fad15bc99453450492201b8f (patch) | |
tree | 1f07169766d51318d04b45e3896229026d961687 /interval_map.py | |
parent | 7ea430ac9adf96d8782ac22f42464453130befef (diff) |
remove extra newlines from python files
Remove all of the ending newlines at the end of the file, since this is
apparently against pep8.
Diffstat (limited to 'interval_map.py')
-rw-r--r-- | interval_map.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interval_map.py b/interval_map.py index 7e6c5cd..daf22cd 100644 --- a/interval_map.py +++ b/interval_map.py @@ -101,4 +101,3 @@ class IntervalMap(object): v )) return '{'+', '.join(s)+'}' - |