Skip to content

Commit bf37257

Browse files
committed
Fix formatting
1 parent f890ce0 commit bf37257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datadreamer/pipelines/generate_dataset_from_scratch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def parse_args():
151151
default=1,
152152
help="Batch size for annotation",
153153
)
154-
154+
155155
parser.add_argument(
156156
"--batch_size_image",
157157
type=int,

tests/integration/test_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_invalid_batch_size_annotation():
173173
cmd = "datadreamer --batch_size_annotation -1"
174174
_check_wrong_value(cmd)
175175

176-
176+
177177
def test_invalid_batch_size_image():
178178
# Define the cmd
179179
cmd = "datadreamer --batch_size_image -1"

0 commit comments

Comments
 (0)