removed unused imports

This commit is contained in:
gpkvt 2023-06-06 00:37:22 +02:00
parent da1aca9e69
commit 35ee1b06e5
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#! /bin/python3
from random import choice
from flask import Flask, render_template, request
from flask import Flask, render_template
from configparser import ConfigParser
from datetime import datetime
import random