Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
havenbarnes committed Dec 20, 2024
1 parent 375bf83 commit 9e988ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions posthog/api/test/test_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ def setUp(self):
team=self.team,
name="Test Feature",
description="Test Description",
documentation_url="http://example.com",
issue_url="http://github.com/example",
primary_early_access_feature=self.early_access_feature,
)

Expand Down Expand Up @@ -62,8 +60,6 @@ def test_create_feature(self):
"name": "New Feature",
"team_id": self.team.id,
"description": "New Description",
"documentation_url": "http://example.com/new",
"issue_url": "http://github.com/example/new",
"primary_early_access_feature_id": self.early_access_feature.id,
},
)
Expand Down

0 comments on commit 9e988ee

Please sign in to comment.