Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pakelley committed Mar 8, 2025
1 parent 150329f commit 5d1adb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions label_studio/projects/tests/test_project_sample_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ def setUpTestData(cls):

@property
def url(self):
return reverse(
'projects:api:project-sample-task', kwargs={'pk': self.project.id}
)
return reverse('projects:api:project-sample-task', kwargs={'pk': self.project.id})

def test_sample_task_with_happy_path(self):
"""Test that ProjectSampleTask.post successfully creates a complete sample task with annotations and predictions"""
Expand Down

0 comments on commit 5d1adb8

Please sign in to comment.