Skip to content

Commit

Permalink
Merge pull request #29 from AGsalamH/build-ingredients-api
Browse files Browse the repository at this point in the history
fix: linting issues
  • Loading branch information
AGsalamH committed May 20, 2024
2 parents 798732a + 363eeb4 commit cc82942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tags/tests/test_tags_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def get_tag_endpoint(tag_id):
'''Return Tag detail endpoint by id'''
return reverse('tag-detail', args=[tag_id])


def create_list_of_tags(num_of_tags, user):
'''Create and return multiple tags.'''
tags = []
Expand Down

0 comments on commit cc82942

Please sign in to comment.