From 21b7b58793b0b6b5f2fa0644a069e58471f6f0aa Mon Sep 17 00:00:00 2001 From: yhcc Date: Fri, 3 Jun 2022 20:21:58 +0800 Subject: [PATCH] typo fix --- fastNLP/core/drivers/torch_driver/torch_driver.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/fastNLP/core/drivers/torch_driver/torch_driver.py b/fastNLP/core/drivers/torch_driver/torch_driver.py index 93f607d6..96529073 100644 --- a/fastNLP/core/drivers/torch_driver/torch_driver.py +++ b/fastNLP/core/drivers/torch_driver/torch_driver.py @@ -4,8 +4,6 @@ from functools import partial import numpy as np import random from dataclasses import dataclass - -from py import process from fastNLP.envs.imports import _NEED_IMPORT_TORCH from pathlib import Path if _NEED_IMPORT_TORCH: