Skip to content

Commit 364fc5f

Browse files
committed
Remove trailing comma
1 parent 9910b97 commit 364fc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmreshandler/cmreshandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(self,
8989
logging.Handler.__init__(self)
9090

9191
self.hosts = hosts
92-
self.auth_details = auth_details,
92+
self.auth_details = auth_details
9393
self.auth_type = auth_type
9494
self.use_ssl = use_ssl
9595
self.verify_certs = verify_ssl

0 commit comments

Comments
 (0)