schemas: remove unused import

This commit is contained in:
Luna 2019-04-25 20:56:44 -03:00
parent 5a15f3caf2
commit 7c5ef967f6
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import re
import asyncio
from typing import Union, Dict, List
from cerberus import Validator