Remove unused LOCAL_PATH

This variable is not actually used thus can be removed from the file.

Also the os module is not really used in the file and we don't have to
import it now.

Change-Id: Ibefbb147404e22684bc5d9ae0870b706929e4009
This commit is contained in:
Takashi Kajinami 2023-09-12 01:50:33 +09:00
parent 1ebf203d64
commit dd1c1e99b4
1 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
import os
from django.utils.translation import gettext_lazy as _
from horizon.utils import secret_key
@ -186,8 +184,6 @@ HORIZON_CONFIG["disable_password_reveal"] = True
ENFORCE_PASSWORD_CHECK = True
<% end -%>
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
# Set custom secret key:
# You can either set it to a specific value or you can let horizon generate a
# default secret key that is unique on this machine, e.i. regardless of the