Skip to content

Commit

Permalink
fix blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jul 28, 2016
1 parent 59a7632 commit bbcfe10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dash/categories/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ def label_from_instance(self, obj):
label += " (Inactive)"

return label

1 change: 0 additions & 1 deletion dash/categories/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from .models import Category, CategoryImage



class CategoryImageForm(forms.ModelForm):
def __init__(self, *args, **kwargs):
self.org = kwargs['org']
Expand Down

0 comments on commit bbcfe10

Please sign in to comment.