Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Oct 30, 2024
1 parent 36dcc5b commit bd5ba4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion radixtarget/radixtarget.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ def add(self, t, data=None):

def _add(self, host, data=None):
"""
A no-op layer to make room
A no-op layer for custom functionality.
If you need to perform special tasks when adding a host, you can override this method.
"""
return self._add_host(host, data=data)

Expand Down

0 comments on commit bd5ba4e

Please sign in to comment.