* fix(chalice): fixed errors package
This commit is contained in:
Kraiem Taha Yassine 2025-01-09 13:19:10 +01:00 committed by GitHub
parent c74d1671a5
commit a9bbf31f73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,5 +11,3 @@ if config("EXP_ERRORS_SEARCH", cast=bool, default=False):
from . import errors_details_exp as errors_details
else:
from . import errors
from . import errors_viewed_ee as errors_viewed