mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-17 00:06:59 +03:00
Remove unused function
This commit is contained in:
@@ -15,7 +15,3 @@ def get_json_data(filename):
|
||||
|
||||
def parameter_transform(params):
|
||||
return {param['name']: param for param in params}
|
||||
|
||||
|
||||
def parameters_in(parameters, location):
|
||||
return {k: v for k, v in parameters.items() if v['in'] in location}
|
||||
|
||||
Reference in New Issue
Block a user