File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
constants = ConstantsNamespace ()
10
10
context_concrete_class = ContextVar ("context_concrete_class" ) # context var to store class concreteness
11
- _CALLABLES_LOOKUP_TABLE = dict ()
12
11
13
12
14
13
class JField (BaseModel ):
@@ -345,7 +344,6 @@ def validate_source(cls, value) -> JMethodDetail:
345
344
j_callable = JCallable (** json .loads (callable_dict ["callable" ])) # parse the value which is a quoted string
346
345
class_name = callable_dict ["class_interface_declarations" ]
347
346
method_decl = j_callable .declaration
348
-
349
347
mc = JMethodDetail (method_declaration = method_decl , klass = class_name , method = j_callable )
350
348
return mc
351
349
@@ -366,4 +364,4 @@ class JApplication(BaseModel):
366
364
"""
367
365
368
366
symbol_table : Dict [str , JCompilationUnit ]
369
- system_dependency_graph : List [JGraphEdges ] = None
367
+ system_dependency_graph : List [JGraphEdges ] = None
You can’t perform that action at this time.
0 commit comments