Skip to content

Commit 6df0ffc

Browse files
authored
fix rotator.py
1 parent a3d4a62 commit 6df0ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rotator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def main():
3131
print(f"Unexpected {err=}, {type(err)=}")
3232

3333
class TokenType(enum.Enum):
34-
"""Enum whick represents GitLab access tokens types"""
3534
GROUP_ACCESS_TOKEN = 0,
3635
PROJECT_ACCESS_TOKEN = 1
3736

0 commit comments

Comments
 (0)