Remove unused imports

own
Bobholamovic 2 years ago
parent 543b74a40b
commit 7644abda13
  1. 4
      examples/rs_research/run_task.py
  2. 4
      test_tipc/run_task.py

@ -16,10 +16,6 @@
import os
# Import cv2 and sklearn before paddlers to solve the
# "ImportError: dlopen: cannot load any more object with static TLS" issue.
import cv2
import sklearn
import paddle
import paddlers
from paddlers import transforms as T

@ -2,10 +2,6 @@
import os
# Import cv2 and sklearn before paddlers to solve the
# "ImportError: dlopen: cannot load any more object with static TLS" issue.
import cv2
import sklearn
import paddle
import paddlers
from paddlers import transforms as T

Loading…
Cancel
Save