Skip to content

Commit 8356d95

Browse files
committed
Restore missing import of quote_plus function
1 parent 6c9457e commit 8356d95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blame.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from urllib.parse import quote_plus
2+
13
import sublime
24
import sublime_plugin
35

0 commit comments

Comments
 (0)