mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
84e7dac45f
* 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>
13 lines
375 B
Diff
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
|