Fix differences between dev and beta

This commit is contained in:
Otto Winter 2020-07-26 23:18:09 +02:00
parent 4b8e910e3f
commit 6438bd84fb
No known key found for this signature in database
GPG key ID: 48ED2DDB96D7682C
2 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,5 @@ FROM esphome/esphome-lint-base:2.3.4
COPY requirements.txt requirements_test.txt /
RUN pip3 install --no-cache-dir -r /requirements.txt -r /requirements_test.txt
RUN ln -s /usr/bin/pip3 /usr/bin/pip && ln -f -s /usr/bin/python3 /usr/bin/python
VOLUME ["/esphome"]
WORKDIR /esphome

View file

@ -7,7 +7,6 @@ import os.path
import re
import subprocess
import sys
import re
def find_all(a_str, sub):