Removed useless imports from update module

pull/6/head
Illia Chub 2021-11-30 07:12:04 +02:00
parent d1fdaf186d
commit 1385835a7f
1 changed files with 0 additions and 2 deletions

View File

@ -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