Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seastar-json2code: use dict.get() when checking allowMultiple
simpler this way. it also silences following warning: ``` visually indented line with same indent as next logical line [E129] ``` from pycodestyle, see also https://peps.python.org/pep-0008/#indentation. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information