From 65b1c9668fbfcbe922552dc521fe413d48af5a90 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Sat, 17 May 2025 10:13:15 +0200 Subject: [PATCH] Berry remove global 'b' (#23433) --- lib/libesp32/berry_tasmota/src/embedded/python_compat.be | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libesp32/berry_tasmota/src/embedded/python_compat.be b/lib/libesp32/berry_tasmota/src/embedded/python_compat.be index b3801d240..2ec51b0aa 100644 --- a/lib/libesp32/berry_tasmota/src/embedded/python_compat.be +++ b/lib/libesp32/berry_tasmota/src/embedded/python_compat.be @@ -8,6 +8,5 @@ python_compat.init = def (m) global.True = true global.False = false global.None = nil - global.b = bytes return m end