mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +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 argparse
|
||||||
import collections
|
import collections
|
||||||
import sys
|
|
||||||
import io
|
import io
|
||||||
|
import sys
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from typing import Generator
|
from typing import Generator
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue