From 58afa08edfbb89d3e2bc74373af8a09e9f03f5e2 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Sat, 7 Dec 2013 12:49:32 +0000 Subject: [PATCH] Remove import of unused FKAsOneToOne - Legacy-Id: 6834 --- ietf/utils/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/utils/__init__.py b/ietf/utils/__init__.py index 8a22d0761..087b887d4 100644 --- a/ietf/utils/__init__.py +++ b/ietf/utils/__init__.py @@ -1,7 +1,6 @@ # Copyright The IETF Trust 2007, All Rights Reserved from log import log -from cache_foreign_key import FKAsOneToOne from draft_search import normalize_draftname from test_utils import TestCase