Skip to content

Commit

Permalink
test(gui): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Mar 25, 2024
1 parent 38307dd commit 44d2f58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/gui/shared/scripts/helpers/SpaceHelper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
from urllib import parse
from os import path

from helpers.ConfigHelper import get_config
from helpers.api.utils import url_join
Expand Down
2 changes: 1 addition & 1 deletion test/gui/shared/steps/file_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from helpers.SetupClientHelper import getResourcePath, getTempResourcePath
from helpers.SyncHelper import waitForClientToBeReady
from helpers.ConfigHelper import get_config, isWindows
from helpers.ConfigHelper import get_config
from helpers.FilesHelper import (
buildConflictedRegex,
sanitizePath,
Expand Down

0 comments on commit 44d2f58

Please sign in to comment.