From b10369a86730dc1e28e38c52b5a11d567aa3729e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 13 Feb 2018 16:51:42 +0100 Subject: [PATCH] Removed unused imports --- tests/test_api/test_project_merging.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_api/test_project_merging.py b/tests/test_api/test_project_merging.py index ff3ad058..932af7ef 100644 --- a/tests/test_api/test_project_merging.py +++ b/tests/test_api/test_project_merging.py @@ -1,6 +1,3 @@ -import pathlib -from unittest import mock - from pillar.tests import AbstractPillarTest from bson import ObjectId