Remove unused `manage/main.py` import

This commit is contained in:
Bluenix 2022-01-27 14:56:01 +01:00
parent 9347bc2a26
commit 61ca9ab7bc
No known key found for this signature in database
GPG Key ID: 1C1ED07E6FC8AA48
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import asyncio
import argparse
import inspect
from sys import argv, exit
from sys import argv
from dataclasses import dataclass
from quart import Quart