Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Sep 10, 2011
1 parent 2d1ce73 commit c5aadbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pinaxsite_project/apps/packages/admin.py
Expand Up @@ -3,7 +3,6 @@
from packages.models import Package, PackageBranch



class PackageBranchInline(admin.StackedInline):
model = PackageBranch

Expand All @@ -15,5 +14,4 @@ class PackageAdmin(admin.ModelAdmin):
]



admin.site.register(Package, PackageAdmin)

0 comments on commit c5aadbb

Please sign in to comment.