Silence mypy

refactor
blallo 2020-08-29 20:03:59 +02:00
parent 8779db9ca0
commit a0cf7e9603
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import asyncio
import logging
import typing as T
from bonsai import LDAPEntry, LDAPModOp, NoSuchObjectError
from bonsai import LDAPEntry, LDAPModOp, NoSuchObjectError # type: ignore
from phi.logging import get_logger
from phi.security import hash_pass