mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 22:18:09 +01:00
Enhance Dev Experience and Code Quality (#41)
* Format codebase to satisfy linters * fixing pylance and ruff-checked files * contributing md, and type and formatting fixes * setup file capitalization * test fix
This commit is contained in:
committed by
GitHub
parent
e35181b5ad
commit
eb06cf5c8d
@@ -1,6 +1,7 @@
|
||||
from tools.search_flights import search_flights
|
||||
import json
|
||||
|
||||
from tools.search_flights import search_flights
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Suppose user typed "new" for New York, "lon" for London
|
||||
flights = search_flights("London", "JFK", "2025-01-15", "2025-01-23")
|
||||
|
||||
Reference in New Issue
Block a user