Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisatoYano committed Jun 18, 2024
1 parent feea352 commit d92d985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/search/kd_tree/kd_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import numpy as np
import sys
from pathlib import Path
import matplotlib.pyplot as plt

abs_dir_path = str(Path(__file__).absolute().parent)
sys.path.append(abs_dir_path + "/../../sensors/lidar")
Expand Down

0 comments on commit d92d985

Please sign in to comment.