From bcece622e35738766b9baa5030cde0f47318f719 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 20 Nov 2023 09:57:25 +0000 Subject: [PATCH] fix import --- pandora/archive/external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/archive/external.py b/pandora/archive/external.py index cc9f46fc..be0b0a39 100644 --- a/pandora/archive/external.py +++ b/pandora/archive/external.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import json -import logger +import logging import os import shutil import subprocess