diff options
author | 2019-04-24 17:25:47 -0400 | |
---|---|---|
committer | 2019-04-24 17:26:07 -0400 | |
commit | 3a146c286344474bd5d6958b3c2eab10341ff399 (patch) | |
tree | 660cf7a426de5f71f4dd49a12135feb86c5dbf22 /config.py | |
parent | Remove docstring newline linting from ignored codes (diff) |
Relint Snekbox with new linting rules
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ from docker.errors import NotFound def autodiscover(): """Search for the snekbox container and return its IPv4 address.""" - container_names = ["rmq", "pdrmq", "snekbox_pdrmq_1"] client = docker.from_env() |