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>
This commit is contained in:
Raboneko
2026-03-06 13:34:41 -08:00
committed by GitHub
parent 0d4278c759
commit 77d8243f2b
2 changed files with 15 additions and 2 deletions
@@ -0,0 +1,12 @@
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