Skip to content

Commit 83ac37a

Browse files
authored
Remove redundant imports from the augmentation_gallery (#5900)
Signed-off-by: Janusz Lisiecki <[email protected]>
1 parent 0684614 commit 83ac37a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/examples/image_processing/augmentation_gallery.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"from nvidia.dali import pipeline_def\n",
2121
"import nvidia.dali.fn as fn\n",
2222
"import nvidia.dali.types as types\n",
23-
"import numpy as np\n",
24-
"from timeit import default_timer as timer\n",
25-
"import numpy as np\n",
2623
"import matplotlib.pyplot as plt\n",
2724
"import math\n",
2825
"import os.path\n",

0 commit comments

Comments
 (0)