Manual edits to remove remaining code style errors

This commit is contained in:
Michael Osthege
2024-10-03 11:05:44 +02:00
committed by Andreas
parent a4d178d250
commit d987437b01
12 changed files with 46 additions and 51 deletions

View File

@@ -19,7 +19,7 @@ COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
COPY config.example.py config.py
COPY config.py config.py
ENTRYPOINT []