Skip to content

Commit 58ef535

Browse files
committed
fixed formatting
1 parent bdefa2f commit 58ef535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/detect_target/detect_target_ultralytics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__(
5858
show_annotations: Display annotated images.
5959
save_name: filename prefix for logging detections and annotated images.
6060
"""
61+
self.__local_logger = local_logger
6162
self.__device = config.device
6263
if (
6364
self.__device != DetectTargetUltralyticsConfig.CPU_DEVICE
@@ -70,7 +71,6 @@ def __init__(
7071
if config.override_full:
7172
self.__enable_half_precision = False
7273
self.__counter = 0
73-
self.__local_logger = local_logger
7474
self.__show_annotations = show_annotations
7575
self.__filename_prefix = ""
7676
if save_name != "":

0 commit comments

Comments
 (0)