Skip to content

Commit

Permalink
[flake8-bandit] Typo in docs suspicious-pickle-import (S403) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored Nov 7, 2024
1 parent 57ba25c commit 794eb88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 794eb88

Please sign in to comment.