Skip to content

Commit 4d05cb0

Browse files
Update PythonExpressionGenerator.xtend
1 parent 907c24d commit 4d05cb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/regnosys/rosetta/generator/python/expressions/PythonExpressionGenerator.xtend

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ import java.util.ArrayList
5555
import java.util.List
5656

5757
// TODO: update missing operators
58+
// TODO: evaluate use of ExpressionSwitch
5859

5960
class PythonExpressionGenerator {
6061

@@ -432,4 +433,4 @@ class PythonExpressionGenerator {
432433
importsFound.add(import)
433434
}
434435
}
435-
}
436+
}

0 commit comments

Comments
 (0)