提交 91186090 编写于 作者: S sunyanfang01

remove import os

上级 b88fa96f
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
from .ops import * from .ops import *
from .imgaug_support import execute_imgaug from .imgaug_support import execute_imgaug
import random import random
import os
import os.path as osp import os.path as osp
import numpy as np import numpy as np
from PIL import Image, ImageEnhance from PIL import Image, ImageEnhance
......
...@@ -18,7 +18,6 @@ except Exception: ...@@ -18,7 +18,6 @@ except Exception:
from collections import Sequence from collections import Sequence
import random import random
import os
import os.path as osp import os.path as osp
import numpy as np import numpy as np
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import os
from .ops import * from .ops import *
from .imgaug_support import execute_imgaug from .imgaug_support import execute_imgaug
import random import random
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册