Skip to content

Commit

Permalink
Revert vitsalis#61
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jan 2, 2024
1 parent 8d5dc40 commit 4e3a48d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pycg/processing/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,7 @@ def decode_node(self, node):
return_ns = utils.join_ns(
called_def.get_ns(), utils.constants.RETURN_NAME
)
elif (
called_def.get_type() == utils.constants.CLS_DEF
or called_def.get_type() == utils.constants.EXT_DEF
):
elif called_def.get_type() == utils.constants.CLS_DEF:
return_ns = called_def.get_ns()
defi = self.def_manager.get(return_ns)
if defi:
Expand Down

0 comments on commit 4e3a48d

Please sign in to comment.