Skip to content
Snippets Groups Projects
Commit 29d89fbc authored by Hakan Calim's avatar Hakan Calim
Browse files

NAT-329 fixed ruff white space issue

parent ac7fc541
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ class FakerProvider(BaseProvider):
iface_amount = self.generator.random_int(min=2, max=5)
return [
LAGMember(interface_name=f"Interface{i}",
interface_description=self.generator.sentence()) for i in range(iface_amount )]
interface_description=self.generator.sentence()) for i in range(iface_amount)]
@pytest.fixture(scope="session")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment