Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ccie18643 committed Sep 3, 2024
1 parent ebb8fbc commit f588a0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytcp/lib/net_addr/ip4_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def __init__(
| tuple[Ip4Address, Ip4Mask]
| str
),
/,
) -> None:
"""
Get the IPv4 host address log string.
Expand Down
1 change: 1 addition & 0 deletions pytcp/lib/net_addr/ip4_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class Ip4Network(IpNetwork[Ip4Address, Ip4Mask]):
def __init__(
self,
network: Ip4Network | tuple[Ip4Address, Ip4Mask] | str | None = None,
/,
) -> None:
"""
Create a new IPv4 network object.
Expand Down
1 change: 1 addition & 0 deletions pytcp/lib/net_addr/ip6_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def __init__(
| tuple[Ip6Address, Ip6Mask]
| str
),
/,
) -> None:
"""
Get the IPv6 host address log string.
Expand Down
1 change: 1 addition & 0 deletions pytcp/lib/net_addr/ip6_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class Ip6Network(IpNetwork[Ip6Address, Ip6Mask]):
def __init__(
self,
network: Ip6Network | tuple[Ip6Address, Ip6Mask] | str | None = None,
/,
) -> None:
"""
Create a new IPv4 network object.
Expand Down

0 comments on commit f588a0b

Please sign in to comment.