Skip to content

Commit 77f75ee

Browse files
committed
Fix lints
1 parent f0f1f89 commit 77f75ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hloc/reconstruction.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def run_reconstruction(
8484
return None
8585
logger.info(f"Reconstructed {len(reconstructions)} model(s).")
8686

87-
# Find the largest reconstruction by examining model folders #422
8887
largest_folder = None
8988
largest_num_images = 0
9089
for model_dir in models_path.iterdir():
@@ -107,7 +106,7 @@ def run_reconstruction(
107106
if (sfm_dir / filename).exists():
108107
(sfm_dir / filename).unlink()
109108
shutil.move(str(largest_folder / filename), str(sfm_dir))
110-
109+
111110
return pycolmap.Reconstruction(sfm_dir)
112111

113112

0 commit comments

Comments
 (0)