ruff/crates/ruff_linter/resources/test/fixtures/flake8_bandit/S508.py
2023-09-20 08:38:27 +02:00

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