Skip to content

Commit c9e965d

Browse files
committed
Set version to über json.
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 824f589 commit c9e965d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cldk/models/java/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
constants = ConstantsNamespace()
1010
context_concrete_class = ContextVar("context_concrete_class") # context var to store class concreteness
11-
_CALLABLES_LOOKUP_TABLE = dict()
1211

1312

1413
class JField(BaseModel):
@@ -345,7 +344,6 @@ def validate_source(cls, value) -> JMethodDetail:
345344
j_callable = JCallable(**json.loads(callable_dict["callable"])) # parse the value which is a quoted string
346345
class_name = callable_dict["class_interface_declarations"]
347346
method_decl = j_callable.declaration
348-
349347
mc = JMethodDetail(method_declaration=method_decl, klass=class_name, method=j_callable)
350348
return mc
351349

@@ -366,4 +364,4 @@ class JApplication(BaseModel):
366364
"""
367365

368366
symbol_table: Dict[str, JCompilationUnit]
369-
system_dependency_graph: List[JGraphEdges] = None
367+
system_dependency_graph: List[JGraphEdges] = None

0 commit comments

Comments
 (0)