Skip to content

Commit a6f1eff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8155438 commit a6f1eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diracx-routers/src/diracx/routers/pilot_logging/access_policies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class ActionType(StrEnum):
2525

2626
class PilotLogsAccessPolicy(BaseAccessPolicy):
2727
"""Rules:
28-
Only PILOT, GENERIC_PILOT, SERVICE_ADMINISTRATOR and OPERATOR can create log records.
29-
Policies for other actions to be determined.
28+
Only PILOT, GENERIC_PILOT, SERVICE_ADMINISTRATOR and OPERATOR can create log records.
29+
Policies for other actions to be determined.
3030
"""
3131

3232
@staticmethod

0 commit comments

Comments
 (0)