Skip to content

Commit

Permalink
chore: black code format
Browse files Browse the repository at this point in the history
  • Loading branch information
alperenkose committed Sep 24, 2024
1 parent 0410fa5 commit c0aa026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/module_utils/panos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1207,8 +1207,8 @@ def _shlex_split(self, logic):
"""
lex = shlex.shlex(logic, posix=True)
lex.whitespace_split = True
lex.commenters = ''
lex.escape = ''
lex.commenters = ""
lex.escape = ""

return list(lex)

Expand Down

0 comments on commit c0aa026

Please sign in to comment.