Skip to content

Commit 2717710

Browse files
committed
resolving undefined library issue
1 parent 75479c9 commit 2717710

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sonormal/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
import sonormal.getjsonld
2020
import sonormal.normalize
2121
import sonormal.checksums
22+
import urllib.parse
23+
import webbrowser
2224

2325
logging_config = {
2426
"version": 1,

0 commit comments

Comments
 (0)