Skip to content

Commit

Permalink
format fixing in asserts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuczer committed Apr 7, 2023
1 parent 9759d49 commit e629095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/plugins/asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def assert_used(context, config):
"Use of assert detected. The enclosed code "
"will be removed when compiling to optimised byte code."
),
)
)

0 comments on commit e629095

Please sign in to comment.