Fix new linter error

This commit is contained in:
Ayaz Salikhov
2021-05-04 01:09:36 +03:00
parent 16ec0852c5
commit 9119ab37f0

View File

@@ -26,7 +26,6 @@ In this section we will briefly describe source code in this folder and give exa
`DockerRunner` is a helper class to easily run a docker container and execute commands inside this container:
```python
from .docker_runner import DockerRunner