Skip to content
Snippets Groups Projects
Commit 4e9c7290 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Fix pylint missing-class-docstring

parent 7b10e881
No related branches found
No related tags found
1 merge request!131WIP: Fix linting
......@@ -7,6 +7,9 @@ import rabbit_config as rcfg
class RCRMQ:
"""
Main RC rabbitmq class that handles connection
"""
USER = "guest"
PASSWORD = "guest"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment