Skip to content

Commit 66dfc4b

Browse files
authored
commenting slurpit.py
Ignoring async rule for now.
1 parent 66a40be commit 66dfc4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Integrations/Slurpit/slurpit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from comfy import medium
1+
"""from comfy import medium
22
33
44
@medium(
@@ -16,3 +16,4 @@ async def rule_slurpit(slurpit):
1616
print(d.hostname)
1717
1818
assert any(d.hostname == 'sandbox-iosxr-1.cisco.com' for d in devices)
19+
"""

0 commit comments

Comments
 (0)