diff options
author | Magnus Hagander | 2014-01-01 14:42:30 +0000 |
---|---|---|
committer | Magnus Hagander | 2014-01-01 14:42:30 +0000 |
commit | 756aa6ffbe71f387ae5fa2885dce893b075db9f2 (patch) | |
tree | 35dbee8e1a750c4c209c87a94f2b78d451c5e80c /pgweb/docs/struct.py | |
parent | 48410d04fa98d79a6eb960b8e9649e900f14700d (diff) |
Clean up imports
Remove unused imports and some other completely unused code.
Diffstat (limited to 'pgweb/docs/struct.py')
-rw-r--r-- | pgweb/docs/struct.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pgweb/docs/struct.py b/pgweb/docs/struct.py index d868b30c..022f8768 100644 --- a/pgweb/docs/struct.py +++ b/pgweb/docs/struct.py @@ -1,9 +1,7 @@ -from datetime import date from django.db import connection from core.models import Version def get_struct(): - now = date.today() currentversion = Version.objects.get(current=True) # Can't use a model here, because we don't (for some reason) have a |