Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh authored and nickstenning committed Sep 8, 2015
1 parent e641eea commit 100e8f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion h/api/search/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def prepare(annotation):
groups.set_group_if_reply(annotation)
groups.set_permissions(annotation)


# FIXME: When this becomes simply part of a search indexing operation, this
# should probably not mutate its argument.
_normalize_annotation_target_uris(annotation)
Expand Down
1 change: 0 additions & 1 deletion h/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from pyramid.view import forbidden_view_config, notfound_view_config
from pyramid.view import view_config
from pyramid import httpexceptions

from h.api import cors
from h.api.auth import get_user
Expand Down
3 changes: 3 additions & 0 deletions h/groups/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
from h.groups.logic import as_dict


__all__ = ('as_dict',)


def includeme(config):
config.include('.views')

0 comments on commit 100e8f3

Please sign in to comment.