Skip to content

Commit f8cbea2

Browse files
authored
Merge pull request #614 from fsmw/19.0-fix-base_rest_pydantic-manifest-612
[19.0][FIX] base_rest_pydantic: remove duplicate installable key
2 parents fb38715 + 31bb962 commit f8cbea2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

base_rest_pydantic/__manifest__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"python": [
1515
"pydantic>=2.0.0",
1616
],
17-
'installable': False,
18-
},
19-
'installable': False,
17+
},
18+
"installable": False,
2019
}

0 commit comments

Comments
 (0)