fix(router): add missing import

This commit is contained in:
Tiara Rodney 2022-04-17 04:34:06 +02:00
parent ad4e7f4762
commit 903e437009

View file

@ -152,7 +152,7 @@ from httpaste.model import Config as ModelConfig
from httpaste.backend import get_backend_config from httpaste.backend import get_backend_config
from httpaste.backend import Config as BackendConfig from httpaste.backend import Config as BackendConfig
from httpaste.helper.config import get_configparser, CONFIGPATH_ENVIRON from httpaste.helper.config import get_configparser, CONFIGPATH_ENVIRON
from httpaste.helper.url import url_upgrade_to_https from httpaste.helper.url import url_upgrade_to_https, url_has_tld
from httpaste.helper.http import ( from httpaste.helper.http import (
BadRequestError, BadRequestError,
ForbiddenError, ForbiddenError,