From 135cf906df27abfdb63a3b28a0ca20c84a7d7a34 Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Fri, 6 Jan 2017 15:33:17 -0600 Subject: [PATCH] remove commented out import --- ligoauth/migrations/0011_add_O2_hwinj_logger_account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ligoauth/migrations/0011_add_O2_hwinj_logger_account.py b/ligoauth/migrations/0011_add_O2_hwinj_logger_account.py index df33e9746..0f406ad44 100644 --- a/ligoauth/migrations/0011_add_O2_hwinj_logger_account.py +++ b/ligoauth/migrations/0011_add_O2_hwinj_logger_account.py @@ -3,7 +3,6 @@ from __future__ import unicode_literals from django.db import migrations, models from django.conf import settings -#from django.contrib.contenttypes.models import ContentType ROBOT = {'username': 'hinj', 'first_name': '', -- GitLab