Skip to content

Commit ec68945

Browse files
committed
refactor: FTRS-1627 Remove unused import and update Vale vocabulary
1 parent 583fb7d commit ec68945

File tree

2 files changed

+2
-2
lines changed
  • scripts/config/vale/styles/config/vocabularies/words
  • services/data-migration/tests/unit/version_history

2 files changed

+2
-2
lines changed

scripts/config/vale/styles/config/vocabularies/words/accept.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
(?i)Github
33
(?i)hotfix
44
(?i)Jira
5+
(?i)Populator
56
(?i)Pydantic
67
(?i)vpc
78
(?i)vpn
@@ -138,4 +139,4 @@ vault_lock_type
138139
backup_copy_vault_account_id
139140
backup_copy_vault_arn
140141
dynamodb
141-
project_name
142+
project_name

services/data-migration/tests/unit/version_history/test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Unit tests for version history utility functions."""
22

3-
from decimal import Decimal
43
from typing import Any, Dict
54

65
import pytest

0 commit comments

Comments
 (0)