netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
567 stars 168 forks source link

Fix string concatenation in enpoint.py (#538) #539

Closed nautics889 closed 1 year ago

nautics889 commented 1 year ago

Update pynetbox/core/endpoint.py: add using of .format() instead of string concatenation.