fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
414ee9166d
commit
24debfe377
|
|
@ -157,7 +157,7 @@ class InferenceSlicer:
|
|||
resolution_wh=resolution_wh,
|
||||
slice_wh=self.slice_wh,
|
||||
overlap_ratio_wh=self.overlap_ratio_wh,
|
||||
overlap_wh=self.overlap_wh
|
||||
overlap_wh=self.overlap_wh,
|
||||
)
|
||||
|
||||
with ThreadPoolExecutor(max_workers=self.thread_workers) as executor:
|
||||
|
|
|
|||
Loading…
Reference in New Issue