Remove unused logging import

Change-Id: I3f456a8c525ad78e56ee17364aba1a2e95474216
This commit is contained in:
Anh Tran 2017-02-16 15:18:17 +07:00 committed by Sumit Naiksatam
parent f4deab2aae
commit 8e92d1eb3a
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: