Cleaning up some flake8 errors, pyflakes in this case

This commit is contained in:
Matthew Jones
2015-02-10 17:00:09 -05:00
parent 20a8e98326
commit bb3732b2c1
16 changed files with 22 additions and 83 deletions

View File

@@ -5,7 +5,6 @@ import sys
from django.conf import settings
from django.db import models
from django.utils.functional import cached_property
class HostManager(models.Manager):