Skip to content

Commit 319e941

Browse files
committed
commet formatting
1 parent a43cf51 commit 319e941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

megadetector/detection/pytorch_detector.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ def _clean_yolo_imports(verbose=False,aggressive_cleanup=False):
206206
continue
207207
tokens = module_file.split('/')
208208

209-
# For local path imports, a module filename we might want to unload
210-
# might look like:
209+
# For local path imports, a module filename that should be unloaded might
210+
# look like:
211211
#
212212
# c:/git/yolov9/models/common.py
213213
#
214-
# For pip imports, a module filename we might want to unload could look like:
214+
# For pip imports, a module filename that should be unloaded might look like:
215215
#
216216
# c:/users/user/miniforge3/envs/megadetector/lib/site-packages/yolov9/utils/__init__.py
217217
first_token_to_check = len(tokens) - 4

0 commit comments

Comments
 (0)