Skip to content

Commit 848f6cd

Browse files
committed
Removed wrong pytest
1 parent 1174ca5 commit 848f6cd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/datastore_pyodbc/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import pytest
1615
from testing_support.fixtures import ( # noqa: F401; pylint: disable=W0611
1716
collector_agent_registration_fixture,
1817
collector_available_fixture,

tests/datastore_pyodbc/test_pyodbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
14+
import pytest
1515
from testing_support.db_settings import postgresql_settings
1616
from testing_support.validators.validate_database_trace_inputs import (
1717
validate_database_trace_inputs,

0 commit comments

Comments
 (0)