We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4a62 commit 6df0ffcCopy full SHA for 6df0ffc
rotator.py
@@ -31,7 +31,6 @@ def main():
31
print(f"Unexpected {err=}, {type(err)=}")
32
33
class TokenType(enum.Enum):
34
-"""Enum whick represents GitLab access tokens types"""
35
GROUP_ACCESS_TOKEN = 0,
36
PROJECT_ACCESS_TOKEN = 1
37
0 commit comments