Typing fixes

Some things the CI is complaining about.

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-10-13 10:00:22 +02:00
parent a703e6b882
commit af54316690
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
3 changed files with 11 additions and 8 deletions

View file

@ -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):