Skip to content

Commit

Permalink
chill out ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Jan 2, 2025
1 parent 5d409b2 commit 18eaec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/events/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
graph,
indicator,
observable,
rbac,
tag,
task,
template,
user,
rbac,
)


Expand Down
2 changes: 1 addition & 1 deletion tests/apiv2/rbac.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_user_can_tag_entity(self):
self.user1.link_to_acl(self.entity1, graph.Role.READER)

response = client.post(
f"/api/v2/entities/tag",
"/api/v2/entities/tag",
json={"ids": [self.entity1.id], "tags": ["test"]},
headers={"Authorization": f"Bearer {self.user1_token}"},
)
Expand Down

0 comments on commit 18eaec7

Please sign in to comment.