Skip to content

Commit 5b5e806

Browse files
committed
Fix pedantic pre-commit stupidity
1 parent d557a42 commit 5b5e806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pilot1/Uno/uno_baseline_keras2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def run(params):
296296
test_sources=args.test_sources,
297297
embed_feature_source=not args.no_feature_source,
298298
encode_response_source=not args.no_response_source,
299-
use_exported_data=datafile
299+
use_exported_data=datafile,
300300
)
301301

302302
target = args.agg_dose or "Growth"

0 commit comments

Comments
 (0)