Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jan 22, 2014
1 parent 5c4e378 commit b7ee3dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autocomplete_light/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
try:
from taggit.managers import TaggableManager
except ImportError:
class TaggableManager(object): pass
class TaggableManager(object):
pass

from .registry import registry as default_registry
from .fields import (ModelChoiceField, ModelMultipleChoiceField,
Expand Down

0 comments on commit b7ee3dc

Please sign in to comment.