Skip to content

Commit f4a7a17

Browse files
authored
add docstring
1 parent 9b777eb commit f4a7a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rotator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def main():
3030
except Exception as err:
3131
print(f"Unexpected {err=}, {type(err)=}")
3232

33+
"""Enum whick represents GitLab access tokens types"""
3334
class TokenType(enum.Enum):
3435
GROUP_ACCESS_TOKEN = 0,
3536
PROJECT_ACCESS_TOKEN = 1

0 commit comments

Comments
 (0)