Skip to content

Commit

Permalink
Added List import in body.mtl.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Aug 7, 2023
1 parent 07abed2 commit 23d42eb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
[if (not pkg.eClassifiers->filter(ecore::EEnum)->isEmpty())]
from enum import Enum
[/if]
[if (not pkg.eClassifiers->filter(ecore::EClass)->collect(c | c.eStructuralFeatures + c.eOperations)->select(fo | fo.many)->isEmpty())]
from typing import List
[/if]
[/template]

[**
Expand Down

0 comments on commit 23d42eb

Please sign in to comment.