stock_vertical_lift_kardex: make pre-commit happy

This commit is contained in:
Simone Orsi
2021-06-04 07:43:47 +02:00
committed by Hai Lang
parent eb0868f957
commit 125f8139bd
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
Kardex device proxy.

View File

@@ -6,7 +6,7 @@ import os
import ssl
import time
import aiohttp
import aiohttp # pylint: disable=missing-manifest-dependency
_logger = logging.getLogger(__name__)