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

reformat files for ruff

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