Skip to content

Commit

Permalink
changed implicit string concatenation to just 1 actual string
Browse files Browse the repository at this point in the history
  • Loading branch information
snelzing committed Jan 24, 2024
1 parent 610c9c1 commit a9b79cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/saltext/haproxy/modules/haproxyconn.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ def __virtual__():
return __virtualname__
return (
False,
"The haproxyconn execution module cannot be loaded: haproxyctl module not"
" available", # pylint: disable=implicit-str-concat
"The haproxyconn execution module cannot be loaded: haproxyctl module not available",
)


Expand Down

0 comments on commit a9b79cc

Please sign in to comment.