Skip to content

Commit

Permalink
f: Introduce ruff issue for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Sep 30, 2024
1 parent 43a8761 commit 2b6a142
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tb_pulumi/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ class NetworkLoadBalancer(tb_pulumi.ThunderbirdComponentResource):
"""Create a Network Load Balancer."""

def __init__(
self,
name: str,
project: tb_pulumi.ThunderbirdPulumiProject,
listener_port: int,
subnets: list[str],
target_port: int,
self, name: str, project: tb_pulumi.ThunderbirdPulumiProject, listener_port: int, subnets: list[str], target_port: int,
ingress_cidrs: list[str] = None,
internal: bool = True,
ips: list[str] = [],
Expand Down

0 comments on commit 2b6a142

Please sign in to comment.