embed.sanitizer: remove mmh3 import

This commit is contained in:
Luna 2018-12-05 02:43:11 -03:00
parent e7d3559acc
commit e3653cac87
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ litecord.embed.sanitizer
"""
from typing import Dict, Any
from mmh3 import hash128
from logbook import Logger
from quart import current_app as app