Skip to content

Commit

Permalink
Merge pull request #545 from medulla-tech/deepsource-transform-375b5028
Browse files Browse the repository at this point in the history
style: format code with Black and PHP CS Fixer
  • Loading branch information
neoclust authored Oct 6, 2023
2 parents 586b90b + 86d7e8b commit 9c94129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pulse2/xmlrpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(
):
self._version_reminder()

twisted.web.xmlrpc.Proxy.__init__(self, url.encode('utf-8'), user, password)
twisted.web.xmlrpc.Proxy.__init__(self, url.encode("utf-8"), user, password)

self.SSLClientContext = None

Expand Down

0 comments on commit 9c94129

Please sign in to comment.