mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Typing fixes
Some things the CI is complaining about. Contributes to issue CURA-8609.
This commit is contained in:
parent
a703e6b882
commit
af54316690
3 changed files with 11 additions and 8 deletions
|
@ -5,11 +5,11 @@ from PyQt5.QtNetwork import QNetworkRequest
|
|||
|
||||
from UM.Logger import Logger
|
||||
from UM.TaskManagement.HttpRequestScope import DefaultUserAgentScope
|
||||
from cura.API import Account
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
if TYPE_CHECKING:
|
||||
from cura.CuraApplication import CuraApplication
|
||||
from cura.API.Account import Account
|
||||
|
||||
|
||||
class UltimakerCloudScope(DefaultUserAgentScope):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue