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 60fe8eb according to the output
from Black and PHP CS Fixer.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 6, 2025
1 parent 60fe8eb commit 07e362a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulse_xmpp_agent/agentxmpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def create_config_file(file_path, config_data):
with open(file_path, "w") as configfile:
config.write(configfile)


class TimedCompressedRotatingFileHandler(TimedRotatingFileHandler):
"""
Extended version of TimedRotatingFileHandler that compress logs on rollover.
Expand Down

0 comments on commit 07e362a

Please sign in to comment.