Skip to content

Commit 01f9bb8

Browse files
committed
Remove unnecessary imports
1 parent 593d8a5 commit 01f9bb8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hpccm/building_blocks/doca_ofed.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,12 @@
2525

2626
import hpccm.config
2727
import hpccm.templates.annotate
28-
import hpccm.templates.rm
29-
import hpccm.templates.tar
30-
import hpccm.templates.wget
3128

3229
from hpccm.building_blocks.base import bb_base
3330
from hpccm.building_blocks.packages import packages
3431
from hpccm.common import cpu_arch, linux_distro
3532
from hpccm.primitives.comment import comment
36-
from hpccm.primitives.copy import copy
3733
from hpccm.primitives.label import label
38-
from hpccm.primitives.shell import shell
3934

4035
class doca_ofed(bb_base, hpccm.templates.annotate, hpccm.templates.rm,
4136
hpccm.templates.tar, hpccm.templates.wget):

0 commit comments

Comments
 (0)