Skip to content

Commit a3d4a62

Browse files
authored
fix docstring
1 parent f4a7a17 commit a3d4a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rotator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def main():
2929
send_to_telegram(args.telegram_bot_token, args.telegram_chat_id, telegram_message)
3030
except Exception as err:
3131
print(f"Unexpected {err=}, {type(err)=}")
32-
33-
"""Enum whick represents GitLab access tokens types"""
32+
3433
class TokenType(enum.Enum):
34+
"""Enum whick represents GitLab access tokens types"""
3535
GROUP_ACCESS_TOKEN = 0,
3636
PROJECT_ACCESS_TOKEN = 1
3737

0 commit comments

Comments
 (0)