mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Fix number of mypy mistakes
CURA-5744
This commit is contained in:
parent
3ae223334f
commit
d0fc4878c2
5 changed files with 33 additions and 20 deletions
|
@ -9,7 +9,7 @@ class BaseModel:
|
|||
|
||||
# OAuth OAuth2Settings data template.
|
||||
class OAuth2Settings(BaseModel):
|
||||
CALLBACK_PORT = None # type: Optional[str]
|
||||
CALLBACK_PORT = None # type: Optional[int]
|
||||
OAUTH_SERVER_URL = None # type: Optional[str]
|
||||
CLIENT_ID = None # type: Optional[str]
|
||||
CLIENT_SCOPES = None # type: Optional[str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue