removing un-used import

This commit is contained in:
Tom Chapin 2024-02-12 18:51:35 -08:00
parent ea790146ef
commit 0b47293681
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ from dotenv import load_dotenv
load_dotenv() # take environment variables from .env.
import os
import warnings
import asyncio
import threading
import os