From 2d4bc6adb988490044d3cc624fbb03fcdb0e43c5 Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Mon, 13 May 2024 13:16:01 +0200 Subject: [PATCH] Fix importlib import --- alephclient/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alephclient/api.py b/alephclient/api.py index a8c93ed..d5ad320 100644 --- a/alephclient/api.py +++ b/alephclient/api.py @@ -1,4 +1,4 @@ -import importlib +import importlib.metadata import json import uuid import logging