Skip to content

Commit 7165e95

Browse files
authored
Add missing exceptions import #159
1 parent fbbd51b commit 7165e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blackduck/Snippet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import json
44
from operator import itemgetter
55
import urllib.parse
6+
from .Exceptions import UnsupportedBDVersion
67

78
logger = logging.getLogger(__name__)
89

0 commit comments

Comments
 (0)