From 19786d3c7a7eee3a311141584812a06ba4742bb2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 25 Feb 2021 17:23:12 -0500 Subject: [PATCH] Remove unused imports from tests --- tests/unit/schema/test_integration_py36.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/unit/schema/test_integration_py36.py b/tests/unit/schema/test_integration_py36.py index 19c31ee9..3360e742 100644 --- a/tests/unit/schema/test_integration_py36.py +++ b/tests/unit/schema/test_integration_py36.py @@ -1,9 +1,6 @@ -import pathlib +import sqlite3 import unittest -import sqlite3 - -import yaml from dependency_injector import containers # Runtime import