From 765a3d27c537ff1ab5f2228f6c43ca7a4db990de Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 14 Mar 2020 12:15:35 -0700 Subject: [PATCH] fixed pylint warning --- osxphotos/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osxphotos/__main__.py b/osxphotos/__main__.py index 1c037954..95006c8d 100644 --- a/osxphotos/__main__.py +++ b/osxphotos/__main__.py @@ -1366,4 +1366,5 @@ def export_photo( if __name__ == "__main__": - cli() + cli() # pylint: disable=no-value-for-parameter +