fix(router): add missing import
This commit is contained in:
parent
ad4e7f4762
commit
903e437009
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue