From b97b10975d300d64dd475e66566682aec59344d5 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Fri, 30 Dec 2022 22:15:24 +0100 Subject: [PATCH] Removed unused imports --- functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.py b/functions.py index 0814ab5..b1a824b 100644 --- a/functions.py +++ b/functions.py @@ -7,7 +7,6 @@ from time import sleep from ujson import loads, dumps from modules.colors import * from datetime import datetime -from pathlib import Path users_path = "users/" logs_folder = "logs/"