mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
ruff
This commit is contained in:
@@ -57,7 +57,7 @@ class Query(OpenAISchema):
|
||||
)
|
||||
|
||||
async def execute(self, dependency_func):
|
||||
print("Executing", f"`self.question`")
|
||||
print("Executing", "`self.question`")
|
||||
print("Executing with", len(self.dependancies), "dependancies")
|
||||
|
||||
if self.node_type == QueryType.SINGLE_QUESTION:
|
||||
|
||||
Reference in New Issue
Block a user