Skip to content

Commit

Permalink
[FIX] blacklist: fix typo in import_ftplib
Browse files Browse the repository at this point in the history
Was 'inport_ftplib' instead of 'import_ftplib'
  • Loading branch information
Yenthe666 authored and ericwb committed Apr 17, 2020
1 parent bbe99a8 commit 89548b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/blacklists/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
+------+---------------------+------------------------------------+-----------+
| ID | Name | Imports | Severity |
+======+=====================+====================================+===========+
| B402 | inport_ftplib | - ftplib | high |
| B402 | import_ftplib | - ftplib | high |
+------+---------------------+------------------------------------+-----------+
B403: import_pickle
Expand Down

0 comments on commit 89548b9

Please sign in to comment.