We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7125f75 commit 70a8ebcCopy full SHA for 70a8ebc
1 file changed
src/pytfe/client.py
@@ -10,7 +10,6 @@
10
from .resources.oauth_client import OAuthClients
11
from .resources.oauth_token import OAuthTokens
12
from .resources.organization_membership import OrganizationMemberships
13
-
14
from .resources.organizations import Organizations
15
from .resources.plan import Plans
16
from .resources.policy import Policies
@@ -70,7 +69,7 @@ def __init__(self, config: TFEConfig | None = None):
70
69
self.plans = Plans(self._transport)
71
self.organizations = Organizations(self._transport)
72
self.organization_memberships = OrganizationMemberships(self._transport)
73
+
74
self.projects = Projects(self._transport)
75
self.variables = Variables(self._transport)
76
self.variable_sets = VariableSets(self._transport)
0 commit comments