Skip to content

Commit

Permalink
Removing extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobh committed Nov 25, 2013
1 parent 2fd7350 commit a00e722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_fsm_log/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def for_(self, obj):
)



class StateLogManager(models.Manager):
def get_query_set(self):
return StateLogQuerySet(self.model)
Expand Down

0 comments on commit a00e722

Please sign in to comment.