Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Mar 6, 2017
1 parent 45ce0c4 commit 3fc3c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/projects/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

files_changed = django.dispatch.Signal(providing_args=["project", "files"])


@receiver(project_import)
def handle_project_import(sender, **kwargs):
"""Add post-commit hook on project import"""
Expand Down

0 comments on commit 3fc3c15

Please sign in to comment.