fix a stray import

This commit is contained in:
Holly 2021-03-09 18:40:55 +00:00
parent 668ed5e96a
commit aa8b049342
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
from enum import Enum
from datetime import datetime
import aiohttp
DEBUG = True

View File

@ -3,6 +3,7 @@
import os # Used exactly once to check for the config file
import shutil # Used exactly once to copy the sample config file
import asyncio
import aiohttp
import re
import json
import requests