mirror of
https://github.com/kharonsec/ollama-python
synced 2026-04-25 15:14:55 +02:00
Make ruff happy
This commit is contained in:
@@ -405,7 +405,7 @@ class CreateRequest(BaseStreamableRequest):
|
||||
def serialize_model(self, nxt):
|
||||
output = nxt(self)
|
||||
if 'from_' in output:
|
||||
output['from'] = output.pop('from_')
|
||||
output['from'] = output.pop('from_')
|
||||
return output
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user