Skip to content

Commit fc9fb8b

Browse files
committed
Changed position of 'import io'
1 parent 47c8978 commit fc9fb8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pre_commit_hooks/check_yaml.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
import argparse
44
import collections
5-
import sys
65
import io
7-
6+
import sys
87
from typing import Any
98
from typing import Generator
109
from typing import Optional

0 commit comments

Comments
 (0)