1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix up some PEP errors

This commit is contained in:
Daniel Sheppard
2022-06-29 16:14:30 -05:00
parent 3be9f6c4f3
commit 6e983d1542
3 changed files with 15 additions and 18 deletions

View File

@ -218,4 +218,3 @@ class NestedL2VPNTerminationSerializer(WritableNestedSerializer):
fields = [
'id', 'url', 'display', 'l2vpn'
]