Changed position of 'import io'

This commit is contained in:
roottool 2019-04-22 04:24:41 +09:00
parent 47c89785e8
commit fc9fb8bfa8

View file

@ -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