File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- import pytest
16
15
from testing_support .fixtures import ( # noqa: F401; pylint: disable=W0611
17
16
collector_agent_registration_fixture ,
18
17
collector_available_fixture ,
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
14
+ import pytest
15
15
from testing_support .db_settings import postgresql_settings
16
16
from testing_support .validators .validate_database_trace_inputs import (
17
17
validate_database_trace_inputs ,
You can’t perform that action at this time.
0 commit comments