Skip to content

Commit d94c95e

Browse files
committed
Remove unused import
1 parent 604fce1 commit d94c95e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

l10n_CM/run_l10n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"zalando",
6464
"zara",
6565
"cocolita",
66-
"zooplus"
66+
"zooplus",
6767
}
6868

6969
loaded_valid_sites = valid_l10n_mappings().keys()

modules/testrail_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def replace_link_in_description(description, os_name) -> str:
9696

9797
def determine_current_os() -> str:
9898
"""Determine the current operating system for execution link generation"""
99-
import platform
10099

101100
# Check if we're in GitHub Actions
102101
if os.environ.get("GITHUB_ACTIONS"):

0 commit comments

Comments
 (0)