Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Feb 17, 2025
1 parent 439ccb9 commit 9a73474
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions features/mgmt_api/steps/steps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from newsroom.tests.steps import * # noqa
from newsroom.tests.web_api.steps import step_impl_given_newsroom_resource, given # noqa
from newsroom.tests.steps import async_run_until_complete
from newsroom.tests.web_api.steps import get_json_data
import json
from superdesk.tests.steps import (
get_resource_name,
apply_placeholders,
Expand All @@ -8,6 +9,7 @@
get_res,
if_match,
)
from behave import given, when


@given("empty auth token")
Expand Down

0 comments on commit 9a73474

Please sign in to comment.