File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<p align =" center " >
8
8
<a href =" https://github.com/vijos/vj4/actions " target =" _blank " ><img src =" https://github.com/vijos/vj4/actions/workflows/test.yml/badge.svg?branch=master " ></a >
9
- <a href =" https://codeclimate.com/github/vijos/vj4 " target =" _blank " ><img src =" https://img.shields.io/codeclimate/github/vijos/vj4.svg?style=flat-square " ></a >
9
+ <a href =" https://codeclimate.com/github/vijos/vj4/maintainability " target =" _blank " ><img src =" https://api.codeclimate.com/v1/badges/1e9710a66983c8124712/maintainability " ></a >
10
10
<a href =" https://www.versioneye.com/user/projects/598d6f846725bd005228a0e4 " target =" _blank " ><img src =" https://www.versioneye.com/user/projects/598d6f846725bd005228a0e4/badge.svg?style=flat-square " ></a >
11
11
<a href =" https://raw.githubusercontent.com/vijos/vj4/master/LICENSE " target =" _blank " ><img src =" https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square " ></a >
12
12
</p >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function printLiteralOrObject(v) {
62
62
const { __intKey, ...val } = v ;
63
63
print ( 'collections.OrderedDict([\n' ) ;
64
64
for ( const [ name , item ] of _ . entries ( val ) ) {
65
- print ( '(' )
65
+ print ( '(' ) ;
66
66
if ( __intKey ) {
67
67
print ( name ) ;
68
68
} else {
Original file line number Diff line number Diff line change 2
2
import math
3
3
4
4
from vj4 import db
5
- from vj4 .model import builtin
6
- from vj4 .model import domain
7
5
from vj4 .model import document
8
6
from vj4 .model .adaptor import problem
9
7
from vj4 .util import argmethod
You can’t perform that action at this time.
0 commit comments