Skip to content

Commit

Permalink
removed touch
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 22, 2015
1 parent 2e8ba84 commit 11eddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/budy/models/media.py
Expand Up @@ -61,7 +61,7 @@ class Media(base.BudyBase):
file = appier.field(
type = appier.File,
private = True
)
)

@classmethod
def validate(cls):
Expand Down

0 comments on commit 11eddf4

Please sign in to comment.