Skip to content

Commit d563e30

Browse files
committed
chore: fix linting
1 parent 8ce5958 commit d563e30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

patterns/langgraph-single-agent/langgraph_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ async def invocations(payload: dict, context: RequestContext):
8888

8989

9090
if __name__ == "__main__":
91-
app.run()
91+
app.run()

patterns/strands-single-agent/basic_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ async def invocations(payload: dict, context: RequestContext):
112112

113113

114114
if __name__ == "__main__":
115-
app.run()
115+
app.run()

0 commit comments

Comments
 (0)