Skip to content

Commit

Permalink
adds random to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvaz committed Oct 20, 2020
1 parent d8ba182 commit 805c4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icevision/imports.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cv2, json, mimetypes, torch, torchvision, dataclasses, zipfile
import cv2, json, mimetypes, torch, torchvision, dataclasses, zipfile, random

from dataclasses import dataclass
from fastcore.imports import *
Expand Down

0 comments on commit 805c4f1

Please sign in to comment.