From cab392c5417c26c3d32b2926fdc7669397aeb0e7 Mon Sep 17 00:00:00 2001 From: sandeepsajan0 <sandeepsajan0@gmail.com> Date: Tue, 1 Feb 2022 17:09:26 +0530 Subject: [PATCH] Resolve Lint issues --- hypha/settings/base.py | 2 -- hypha/settings/production.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/hypha/settings/base.py b/hypha/settings/base.py index dc41d420a..87c424351 100644 --- a/hypha/settings/base.py +++ b/hypha/settings/base.py @@ -542,8 +542,6 @@ SLACK_DESTINATION_ROOM = env.str('SLACK_DESTINATION_ROOM', None) SLACK_DESTINATION_ROOM_COMMENTS = env.str('SLACK_DESTINATION_ROOM_COMMENTS', None) SLACK_TYPE_COMMENTS = env.list('SLACK_TYPE_COMMENTS', []) - - # Automatic transition settings TRANSITION_AFTER_REVIEWS = env.bool('TRANSITION_AFTER_REVIEWS', False) diff --git a/hypha/settings/production.py b/hypha/settings/production.py index 750007b8c..bb6ad3099 100644 --- a/hypha/settings/production.py +++ b/hypha/settings/production.py @@ -1,5 +1,3 @@ -import os - from .base import * # noqa # Disable debug mode -- GitLab