Clean up imports

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-01-11 09:06:04 -05:00
parent fba10cd115
commit ff32a1a35f
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 0 additions and 3 deletions

View File

@ -2,11 +2,8 @@
from flask import Flask, render_template, request, redirect
import requests
from datetime import datetime, timezone
import html
import re
import json
import sys
from bs4 import BeautifulSoup
ERRROR_MESSAGE = 'Uh oh, could not connect to urban dictionary api'