Skip to content
Snippets Groups Projects
Commit a2cb6b34 authored by Tim Repke's avatar Tim Repke
Browse files

fix mypy

parent 4bf25aa8
Branches
No related tags found
1 merge request!29fix mypy
Pipeline #1177 canceled
......@@ -96,7 +96,7 @@ class UsersConfig(BaseModel):
class PipelinesConfig(BaseModel):
TOKEN: str
TOKEN: str = ''
API_URL: str = 'http://localhost:8000/api'
USERNAME: str | None = None
USER_ID: str | None = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment