Skip to content
Snippets Groups Projects
Commit 80f55f0e authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

reformat files for ruff

parent e705988d
No related branches found
No related tags found
1 merge request!188upgrade to orchestrato-core v2
......@@ -33,13 +33,9 @@ PortNumber = Annotated[
]
IPv4AddressType = Annotated[
ipaddress.IPv4Address, PlainSerializer(convert_to_str, return_type=str, when_used="always")
]
IPv4AddressType = Annotated[ipaddress.IPv4Address, PlainSerializer(convert_to_str, return_type=str, when_used="always")]
IPv6AddressType = Annotated[
ipaddress.IPv6Address, PlainSerializer(convert_to_str, return_type=str, when_used="always")
]
IPv6AddressType = Annotated[ipaddress.IPv6Address, PlainSerializer(convert_to_str, return_type=str, when_used="always")]
class ConnectionStrategy(strEnum):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment