summaryrefslogtreecommitdiff
path: root/labels.py
diff options
context:
space:
mode:
Diffstat (limited to 'labels.py')
-rw-r--r--labels.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/labels.py b/labels.py
index e57c6e2..61ec4c2 100644
--- a/labels.py
+++ b/labels.py
@@ -130,7 +130,8 @@ def line_has_comment_address(line, returnable={}, bank=None):
return True
def get_address_from_line_comment(line, bank=None):
- """ wrapper for line_has_comment_address
+ """
+ wrapper for line_has_comment_address
"""
returnable = {}
result = line_has_comment_address(line, returnable=returnable, bank=bank)