From 4a201487825e3a1af8426768efed65574117b1db Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Fri, 11 Dec 2020 01:36:32 -0500 Subject: [PATCH] Fix line length --- dotdrop/comparator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotdrop/comparator.py b/dotdrop/comparator.py index 6159afb..39e7cde 100644 --- a/dotdrop/comparator.py +++ b/dotdrop/comparator.py @@ -16,7 +16,8 @@ from dotdrop.utils import must_ignore, uniq_list, diff, \ class Comparator: - def __init__(self, diff_cmd='', debug=False, ignore_missing_in_dotdrop=False): + def __init__(self, diff_cmd='', debug=False, + ignore_missing_in_dotdrop=False): """constructor @diff_cmd: diff command to use @debug: enable debug