Skip to content

Commit 794eb88

Browse files
authored
[flake8-bandit] Typo in docs suspicious-pickle-import (S403) (#14175)
1 parent 57ba25c commit 794eb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_linter/src/rules/flake8_bandit/rules/suspicious_imports.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl Violation for SuspiciousFtplibImport {
6363
/// ```python
6464
/// import pickle
6565
/// ```
66-
/// /// ## References
66+
/// ## References
6767
/// - [Python Docs](https://docs.python.org/3/library/pickle.html)
6868
#[violation]
6969
pub struct SuspiciousPickleImport;

0 commit comments

Comments
 (0)