Skip to content

Commit

Permalink
Deleted unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBuruyane committed Feb 20, 2024
1 parent 89d7a49 commit ecd48f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from hamcrest import assert_that
from hamcrest import all_of, is_, is_not, empty
from hamcrest import all_of, is_, is_not
from hamcrest import has_property, has_value
from hamcrest import contains_string
from tests.allure_pytest.pytest_runner import AllurePytestRunner
Expand Down

0 comments on commit ecd48f9

Please sign in to comment.