diff options
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 |