mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
6 lines
168 B
Python
6 lines
168 B
Python
from pysnmp.hlapi import CommunityData
|
|
|
|
CommunityData("public", mpModel=0) # S508
|
|
CommunityData("public", mpModel=1) # S508
|
|
|
|
CommunityData("public", mpModel=2) # OK
|