Skip to content

python: fix docker warning

Tobias Poganiuch requested to merge fix-docker-warning into master

Docker issued a warning "Empty continuation line" because of a trailing backslash when there was no content on the following line. Remove these.

Merge request reports