Skip to content

Commit 71c9fcb

Browse files
committed
ruff fix
1 parent 304902c commit 71c9fcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e_automation/features/APITests/steps/test_search_steps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import uuid
12
from datetime import datetime
23
from urllib.parse import parse_qs
3-
import uuid
44

5-
from pytest_bdd import parsers, scenarios, then, when
65
import pytest_check as check
6+
from pytest_bdd import parsers, scenarios, then, when
77

88
from src.objectModels.api_search_object import convert_to_form_data, set_request_data
99
from utilities.api_fhir_immunization_helper import (

0 commit comments

Comments
 (0)