Skip to content

Commit 70a8ebc

Browse files
Apply ruff formatting
1 parent 7125f75 commit 70a8ebc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pytfe/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from .resources.oauth_client import OAuthClients
1111
from .resources.oauth_token import OAuthTokens
1212
from .resources.organization_membership import OrganizationMemberships
13-
1413
from .resources.organizations import Organizations
1514
from .resources.plan import Plans
1615
from .resources.policy import Policies
@@ -70,7 +69,7 @@ def __init__(self, config: TFEConfig | None = None):
7069
self.plans = Plans(self._transport)
7170
self.organizations = Organizations(self._transport)
7271
self.organization_memberships = OrganizationMemberships(self._transport)
73-
72+
7473
self.projects = Projects(self._transport)
7574
self.variables = Variables(self._transport)
7675
self.variable_sets = VariableSets(self._transport)

0 commit comments

Comments
 (0)