Skip to content

Commit

Permalink
🎨 Style(__init__.py): replace "Sid" with "SID"
Browse files Browse the repository at this point in the history
  • Loading branch information
yuangezhizao committed Mar 5, 2024
1 parent 3a28d5c commit aa647b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions yabgp/message/attribute/linkstate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
from .link.unidirect_avail_bw import UnidirectAvailBw # noqa
from .link.unidirect_bw_util import UnidirectBwUtil # noqa
from .link.extend_admin_group import ExtendedAdminGroup # noqa
from .link.srv6_end_x_sid import SRv6EndXSid # noqa
from .link.srv6_lan_end_x_sid import SRv6LANEndXSid # noqa
from .link.srv6_end_x_sid import SRv6EndXSID # noqa
from .link.srv6_lan_end_x_sid import SRv6LANEndXSID # noqa
from .link.srv6_sid import SRv6SID # noqa
from .prefix.prefix_metric import PrefixMetric # noqa
from .prefix.prefix_sid import PrefixSID # noqa
Expand Down
2 changes: 1 addition & 1 deletion yabgp/message/attribute/linkstate/link/srv6_end_x_sid.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


@LinkState.register()
class SRv6EndXSid(TLV):
class SRv6EndXSID(TLV):
"""
SRv6 End.X SID
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@LinkState.register(_type=1107) # IS-IS
@LinkState.register(_type=1108) # OSPFv3
class SRv6LANEndXSid(TLV):
class SRv6LANEndXSID(TLV):
"""
SRv6 LAN End.X SID
Expand Down

0 comments on commit aa647b1

Please sign in to comment.