Remove module docstring

This commit is contained in:
Joakim Hellsén 2023-01-10 19:28:22 +01:00
commit d4c47aa729
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D
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