Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Italo Valcy committed Jul 29, 2024
1 parent 179ce4d commit 5e1a53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdx_lc/models/port.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
:type mtu: int
:param services: The services of this Port. # noqa: E501
:type services: Service
:param private: The private of this Port. # noqa: E501
:param private: The private attributes of this Port. # noqa: E501
:type private: List[str]
"""
self.swagger_types = {
Expand Down

0 comments on commit 5e1a53d

Please sign in to comment.