Skip to content

Commit

Permalink
style: format code with Black and PHP CS Fixer
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in fea1c53 according to the output
from Black and PHP CS Fixer.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 12, 2024
1 parent fea1c53 commit 9b47a91
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pulse_xmpp_agent/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1307,9 +1307,7 @@ def start_agent(pathagent, agent="connection", console=False, typeagent="machine
if opts.check_agent:
ret = install_rescue_image().reinstall_agent_rescue()
else:
logger.debug(
"The medulla rescue agent is disabled."
)
logger.debug("The medulla rescue agent is disabled.")

# first start network changed
networkchanged = networkchanged()
Expand All @@ -1327,9 +1325,7 @@ def start_agent(pathagent, agent="connection", console=False, typeagent="machine
if opts.check_agent:
ret = install_rescue_image().reinstall_agent_rescue()
else:
logger.debug(
"Medulla rescue agent is disabled"
)
logger.debug("Medulla rescue agent is disabled")

if networkchanged:
logger.debug("We detected modifications in the network configuration.")
Expand Down

0 comments on commit 9b47a91

Please sign in to comment.