From d88871abef72d2dc1a60491d51bd68936c9be95e Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Thu, 15 Oct 2020 02:57:19 -0400 Subject: [PATCH] Fixed Import --- cooldowns.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cooldowns.py b/cooldowns.py index 3b2647c..e7acab8 100644 --- a/cooldowns.py +++ b/cooldowns.py @@ -1,4 +1,3 @@ -from os import name import random import re @@ -7,7 +6,6 @@ from datetime import timedelta import time from time import sleep -from typing import Optional class Cooldown_Action: def __init__(self):