remove redundant import in pksampler

pull/2506/head
HydrogenSulfate 2022-11-22 04:00:51 +00:00
parent c26adddf33
commit fa52acd614
1 changed files with 0 additions and 2 deletions

View File

@ -18,9 +18,7 @@ from __future__ import division
from collections import defaultdict
import numpy as np
import paddle.distributed as dist
from paddle.io import DistributedBatchSampler
from ppcls.utils import logger