From fb2d7c7d905db4c3f6795ebc8af9b0b95fb06334 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Wed, 1 Jan 2025 18:45:05 +0600 Subject: [PATCH] missing import --- bot/helper/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/helper/common.py b/bot/helper/common.py index f83b3b8d1..7403328cd 100644 --- a/bot/helper/common.py +++ b/bot/helper/common.py @@ -1,6 +1,7 @@ import contextlib from asyncio import Lock, create_subprocess_exec, gather, sleep from asyncio.subprocess import PIPE +import os from os import path as ospath from os import walk from re import IGNORECASE, sub