mirror of https://gitlab.com/litecord/litecord.git
embed.sanitizer: remove mmh3 import
This commit is contained in:
parent
e7d3559acc
commit
e3653cac87
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue