mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 07:11:22 -07:00
Removed relative imports
Since the oauth module isn't just in a plugin anymore, there is no need for any of the relative imports CURA-5744
This commit is contained in:
parent
3830fa0fd9
commit
3ae223334f
5 changed files with 11 additions and 14 deletions
|
|
@ -8,11 +8,9 @@ from typing import Optional
|
|||
|
||||
import requests
|
||||
|
||||
# As this module is specific for Cura plugins, we can rely on these imports.
|
||||
from UM.Logger import Logger
|
||||
|
||||
# Plugin imports need to be relative to work in final builds.
|
||||
from .models import AuthenticationResponse, UserProfile, OAuth2Settings
|
||||
from cura.OAuth2.Models import AuthenticationResponse, UserProfile, OAuth2Settings
|
||||
|
||||
|
||||
class AuthorizationHelpers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue