Remove module docstring

This commit is contained in:
2023-01-10 19:28:22 +01:00
parent cb353dcd43
commit d4c47aa729
4 changed files with 0 additions and 68 deletions

View File

@ -1,6 +1,3 @@
"""This is used as a healthcheck in the Dockerfile.
The normal way would probably be to use CURL, but then we would have to install it."""
import sys
import requests