From 9bcaf1220f51cfe3e0fe94311b3357e41c88c3ed Mon Sep 17 00:00:00 2001 From: Ashwin Krishna Date: Fri, 15 Mar 2024 00:15:29 +0000 Subject: [PATCH] fix: fix the flake8 --- tests/integ/core/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integ/core/conftest.py b/tests/integ/core/conftest.py index e90797d23a..1acf6ddb53 100644 --- a/tests/integ/core/conftest.py +++ b/tests/integ/core/conftest.py @@ -13,7 +13,6 @@ from __future__ import absolute_import import pytest -import pathlib def pytest_configure(config):