diff options
| author | Peter Cock <p.j.a.cock@googlemail.com> | 2017-08-07 11:39:18 +0100 |
|---|---|---|
| committer | Peter Cock <p.j.a.cock@googlemail.com> | 2017-08-07 11:39:18 +0100 |
| commit | 12660a6fb7a4625a45ee17f3da8d9ccd9df30ad3 (patch) | |
| tree | 96cf6f762ee0520cb2a7142e7c48b79e613f9d8f /src | |
| parent | 9457d84cfda7f9c17d67fa3b95d7b826162ddb00 (diff) | |
| download | flake8-12660a6fb7a4625a45ee17f3da8d9ccd9df30ad3.tar.gz | |
Remove trailing new line; insert raises
Diffstat (limited to 'src')
| -rw-r--r-- | src/flake8/main/mercurial.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
