Commit 7fa8c6d
committed
[tmva][sofie] Only one statement per line in
This follows up on 29b8e84, fixing a syntax error:
```txt
Python error message:
File "<string>", line 1
import tensorflow.keras as keras
^
SyntaxError: multiple statements found while compiling a single statement
```PyRunString
1 parent bec6eb3 commit 7fa8c6d
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| 876 | + | |
| 877 | + | |
876 | 878 | | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
| 879 | + | |
881 | 880 | | |
882 | 881 | | |
883 | 882 | | |
| |||
0 commit comments