From f4ff964deb2d65548389566edcf893d3ee9c554e Mon Sep 17 00:00:00 2001 From: Auto-format Bot Date: Fri, 24 Jan 2025 19:59:41 +0000 Subject: [PATCH] Automatically reformatting code with black and isort --- test/integration/integration_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/integration_test.py b/test/integration/integration_test.py index a55b11dd..7fc766d7 100644 --- a/test/integration/integration_test.py +++ b/test/integration/integration_test.py @@ -8,9 +8,9 @@ ## - Submit the final dog/cat image query to the edge, expect high confidence import argparse +import os import random import time -import os from groundlight import Groundlight from model import Detector