From 12660a6fb7a4625a45ee17f3da8d9ccd9df30ad3 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Mon, 7 Aug 2017 11:39:18 +0100 Subject: [PATCH] Remove trailing new line; insert raises --- src/flake8/main/mercurial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flake8/main/mercurial.py b/src/flake8/main/mercurial.py index c0f5d3e..344c9f7 100644 --- a/src/flake8/main/mercurial.py +++ b/src/flake8/main/mercurial.py @@ -59,8 +59,8 @@ def install(): bool :raises: flake8.exceptions.MercurialCommitHookAlreadyExists + :raises: flake8.exceptions.MercurialQRefreshHookAlreadyExists - """ hgrc = find_hgrc(create_if_missing=True) if hgrc is None: