Skip to content

Commit 9ef4d66

Browse files
committed
fix: replace pylint directive with ruff directive to resolve linting issues
1 parent a610bf3 commit 9ef4d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/python/agents/airbnb_planner_multiagent/host_agent/routing_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pylint: disable=logging-fstring-interpolation
1+
# ruff: noqa: E501
22
import asyncio
33
import json
44
import os

0 commit comments

Comments
 (0)