Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneschalk committed Feb 27, 2024
1 parent 778f325 commit bc86707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/plugins/tarfile_unsafe_members.py
Expand Up @@ -108,7 +108,7 @@ def tarfile_unsafe_members(context):
]
):
if "filter" in context.call_keywords and is_filter_data(context):
return None
return None
if "members" in context.call_keywords:
members = get_members_value(context)
if "Function" in members:
Expand Down

0 comments on commit bc86707

Please sign in to comment.