[`flake8-bandit`] Typo in docs `suspicious-pickle-import` (`S403`) (#14175)

This commit is contained in:
Simon Brugman 2024-11-07 20:59:18 +01:00 committed by GitHub
parent 57ba25caaf
commit 794eb886e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ impl Violation for SuspiciousFtplibImport {
/// ```python
/// import pickle
/// ```
/// /// ## References
/// ## References
/// - [Python Docs](https://docs.python.org/3/library/pickle.html)
#[violation]
pub struct SuspiciousPickleImport;