| commit | 47c89785e8a2a735c2ff23af8098e0a72f2dd69b | [log] [tgz] |
|---|---|---|
| author | roottool <smart.dog.lilienthal@gmail.com> | Mon Apr 22 04:17:09 2019 +0900 |
| committer | roottool <smart.dog.lilienthal@gmail.com> | Mon Apr 22 04:17:09 2019 +0900 |
| tree | f34a122369f96a68fafa73b139b22642f8e93980 | |
| parent | 5b01ea52f2eb2853d557a9b589ffa40bde552393 [diff] |
Added newline
diff --git a/pre_commit_hooks/check_yaml.py b/pre_commit_hooks/check_yaml.py index 9bbd36c..9b0ac89 100644 --- a/pre_commit_hooks/check_yaml.py +++ b/pre_commit_hooks/check_yaml.py
@@ -4,6 +4,7 @@ import collections import sys import io + from typing import Any from typing import Generator from typing import Optional