Skip to content

Commit

Permalink
reverting dot
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Nov 18, 2024
1 parent c88c027 commit f3d6f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mergin/configuration_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
this_dir = os.path.dirname(os.path.realpath(__file__))
path = os.path.join(this_dir, "mergin_client.whl")
sys.path.append(path)
from .mergin.client import MerginClient, ClientError, LoginError
from mergin.client import MerginClient, ClientError, LoginError

from .utils import (
get_mergin_auth,
Expand Down

0 comments on commit f3d6f77

Please sign in to comment.