| commit | fc9fb8bfa84b0a187bd857a668de3ce1a41d9967 | [log] [tgz] |
|---|---|---|
| author | roottool <smart.dog.lilienthal@gmail.com> | Mon Apr 22 04:24:41 2019 +0900 |
| committer | roottool <smart.dog.lilienthal@gmail.com> | Mon Apr 22 04:24:41 2019 +0900 |
| tree | ff64941240751a4db0f45ef2a02f5df329dec35c | |
| parent | 47c89785e8a2a735c2ff23af8098e0a72f2dd69b [diff] |
Changed position of 'import io'
diff --git a/pre_commit_hooks/check_yaml.py b/pre_commit_hooks/check_yaml.py index 9b0ac89..5b66485 100644 --- a/pre_commit_hooks/check_yaml.py +++ b/pre_commit_hooks/check_yaml.py
@@ -2,9 +2,8 @@ import argparse import collections -import sys import io - +import sys from typing import Any from typing import Generator from typing import Optional