Skip to content

Commit

Permalink
Lint improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Ernst committed Oct 23, 2024
1 parent 867663b commit b8aa905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests.unit/test_20_create_test_plan_session_template.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
"""
Test the equivalent of `feditest create-session-template`
"""
from typing import Any

import pytest

import feditest
from feditest import test
from feditest.nodedrivers import Node
from feditest.testplan import TestPlanConstellation, TestPlanConstellationNode, TestPlanSessionTemplate, TestPlanTestSpec
from feditest.testplan import TestPlanSessionTemplate, TestPlanTestSpec


@pytest.fixture(scope="module", autouse=True)
Expand Down

0 comments on commit b8aa905

Please sign in to comment.