no newlines at the end of files fixed

This commit is contained in:
miloszowi
2021-10-01 10:51:17 +02:00
parent 01030671f0
commit 1644aa35a1
10 changed files with 10 additions and 12 deletions

View File

@@ -4,4 +4,3 @@ WORKDIR /src
COPY ./src/requirements.txt /src
RUN pip install -r ./requirements.txt