mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-26 05:51:29 +00:00
Removed useless imports from update module
This commit is contained in:
parent
d1fdaf186d
commit
1385835a7f
|
@ -1,8 +1,6 @@
|
||||||
#!/usr/bin/env/python3
|
#!/usr/bin/env/python3
|
||||||
"""Update dispatch module"""
|
"""Update dispatch module"""
|
||||||
import json
|
|
||||||
import os
|
import os
|
||||||
import portalocker
|
|
||||||
import subprocess
|
import subprocess
|
||||||
from flask_restful import Resource, reqparse
|
from flask_restful import Resource, reqparse
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue