Skip to content

Commit 06ec318

Browse files
pylint
1 parent 53a0884 commit 06ec318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/json_front/json_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def set_variables(self, inputs: dict, outputs: dict, metas: dict):
7777
self.metas = (
7878
[Meta(i["name"], i["type"], i["populate"]) for i in metas]
7979
if metas
80-
else list()
80+
else []
8181
)
8282

8383
def setup(self):

0 commit comments

Comments
 (0)