mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 12:11:26 +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
|
||||
"""Update dispatch module"""
|
||||
import json
|
||||
import os
|
||||
import portalocker
|
||||
import subprocess
|
||||
from flask_restful import Resource, reqparse
|
||||
|
||||
|
|
Loading…
Reference in a new issue