From ae4ee171b78ff1949a2379a0ebf68a92812cf3c0 Mon Sep 17 00:00:00 2001 From: san7890 Date: Fri, 15 Mar 2024 17:53:08 -0600 Subject: [PATCH] scraps old dependencies --- tools/od_annotator/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/od_annotator/__main__.py b/tools/od_annotator/__main__.py index e172203de0e2d..4fcd119db9e5b 100644 --- a/tools/od_annotator/__main__.py +++ b/tools/od_annotator/__main__.py @@ -1,6 +1,5 @@ import sys import re -import os.path as path # Usage: tools/bootstrap/python -m dm_annotator [filename] # If filename is not provided, stdin is checked instead