Add missing urllib.parse import (github.py)
This commit is contained in:
parent
fcc3bdda6b
commit
d1bbd8cfe3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import itertools, json
|
||||
import itertools, json, urllib.parse
|
||||
from src import ModuleManager, utils
|
||||
|
||||
FORM_ENCODED = "application/x-www-form-urlencoded"
|
||||
|
|
Loading…
Reference in a new issue