mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Changed position of 'import io'
This commit is contained in:
parent
47c89785e8
commit
fc9fb8bfa8
1 changed files with 1 additions and 2 deletions
|
|
@ -2,9 +2,8 @@ from __future__ import print_function
|
|||
|
||||
import argparse
|
||||
import collections
|
||||
import sys
|
||||
import io
|
||||
|
||||
import sys
|
||||
from typing import Any
|
||||
from typing import Generator
|
||||
from typing import Optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue