Skip to content

Commit

Permalink
remove redundant setattr
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 18, 2023
1 parent b785094 commit 144ffe6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pycanape/cnp_api/cnp_prototype.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,6 @@ def _map_symbol( # type: ignore[no-untyped-def]
symbol.errcheck = errcheck

func = _synchronize(symbol)

setattr(self, func_name, func)
return func

@staticmethod
Expand Down

0 comments on commit 144ffe6

Please sign in to comment.