angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
859 stars 108 forks source link

Remove some unnecessary uses of args and kwargs #1215

Closed twizmwazin closed 3 months ago

twizmwazin commented 3 months ago

No functional change. Just removes a bunch of cases of *args and **kwargs where they weren't being used or only a single argument was being passed with them.