trivial: restore bleach import, lost in dnspython rebase :/

This commit is contained in:
Frédéric Péters 2021-12-15 08:49:05 +01:00
parent e8afa06e02
commit 1c75703495
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ try:
except ImportError:
Image = None
import bleach
import dns
import dns.exception
import dns.resolver