mirror of https://gitlab.com/litecord/litecord.git
schemas: remove unused import
This commit is contained in:
parent
5a15f3caf2
commit
7c5ef967f6
|
|
@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import asyncio
|
|
||||||
from typing import Union, Dict, List
|
from typing import Union, Dict, List
|
||||||
|
|
||||||
from cerberus import Validator
|
from cerberus import Validator
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue