ruff/crates/ruff_linter/resources/test/fixtures/flake8_bandit/S402.py

3 lines
53 B
Python

import ftplib # S402
from ftplib import FTP # S402