Skip to content

Commit

Permalink
spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtang-1 committed Jan 3, 2025
1 parent dcf7e2d commit 6736e25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions corehq/apps/api/resources/v0_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ def _modify_user_status(self, request, active, **kwargs):


class WebUserResource(v0_1.WebUserResource):

def get_resource_uri(self, bundle_or_obj=None, url_name='api_dispatch_detail'):
if bundle_or_obj is None:
return super().get_resource_uri(None, url_name)
Expand Down
1 change: 0 additions & 1 deletion corehq/apps/api/resources/v1_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
HqPermissions,
Invitation,
)

from corehq.apps.reports.util import (
get_tableau_group_ids_by_names,
get_tableau_groups_by_ids,
Expand Down

0 comments on commit 6736e25

Please sign in to comment.