mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Remove commented out code for @returns_subkey("projects")
This commit is contained in:
@@ -131,7 +131,7 @@ class NeonAPI:
|
|||||||
"""
|
"""
|
||||||
return self.request("DELETE", f"api_keys/{ api_key_id }")
|
return self.request("DELETE", f"api_keys/{ api_key_id }")
|
||||||
|
|
||||||
@returns_subkey("projects")
|
# @returns_subkey("projects")
|
||||||
@returns_model(schema.ProjectsResponse)
|
@returns_model(schema.ProjectsResponse)
|
||||||
def projects(
|
def projects(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user