Files
packages/anda/system/depthcharge-tools/fix-importlib.patch
T
Raboneko 77d8243f2b fix (depthcharge-tools): patch __init__.py (#10344) (#10348)
* fix (depthcharge-tools): patch __init__.py



* rel bump



* silly



---------



(cherry picked from commit 87568a03ce)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-03-06 15:34:41 -06:00

13 lines
375 B
Diff

diff --git a/depthcharge_tools/__init__.py b/depthcharge_tools/__init__.py
index fabb79d..2b7d7d5 100644
--- a/depthcharge_tools/__init__.py
+++ b/depthcharge_tools/__init__.py
@@ -9,6 +9,7 @@ import glob
import logging
import pathlib
import importlib
+import importlib.resources
import importlib_metadata
from packaging.version import parse as parse_version
import re