Merge "Remove unused logging import"

This commit is contained in:
Jenkins 2017-09-14 20:20:58 +00:00 committed by Gerrit Code Review
commit 5b94efc5e6
1 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
import os
from django.conf import settings
@ -19,8 +18,6 @@ from django.utils.safestring import mark_safe
from gbpui import client
LOG = logging.getLogger(__name__)
def list_column_filter(items):
if len(items) == 0: