From dbc23d51858863caf723514e09422bc244dcdfaf Mon Sep 17 00:00:00 2001 From: felix cheng Date: Fri, 4 Oct 2024 11:25:35 -0700 Subject: [PATCH] fix a typo in reconstruction.py --- hloc/reconstruction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hloc/reconstruction.py b/hloc/reconstruction.py index 61810247..bceae794 100644 --- a/hloc/reconstruction.py +++ b/hloc/reconstruction.py @@ -1,6 +1,7 @@ import argparse import multiprocessing import shutil +import logging from pathlib import Path from typing import Any, Dict, List, Optional