Skip to content

Commit f308846

Browse files
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fa6a201 commit f308846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/modules/role_team_assignment.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ def main():
9999
("object_id", "object_ansible_id"),
100100
],
101101
required_one_of=[
102-
('team', 'team_ansible_id'),
103-
('object_id', 'object_ansible_id'),
104-
]
102+
("team", "team_ansible_id"),
103+
("object_id", "object_ansible_id"),
104+
],
105105
)
106106

107107
client = Client(

0 commit comments

Comments
 (0)