Fix style

This commit is contained in:
Ayaz Salikhov
2021-06-26 14:57:18 +03:00
parent 21927f8451
commit 9bf20478b6
2 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ def test_check_extension(container, extension):
"""
LOGGER.info(f"Checking the extension: {extension} ...")
c = container.run(
tty=True, command=["start.sh", "jupyter", "labextension", "check", extension]
tty=True,
command=["start.sh", "jupyter", "labextension", "check", extension]
)
rv = c.wait(timeout=10)
logs = c.logs(stdout=True).decode("utf-8")