1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

python/tests: remove unused imports

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Douglas Bagnall
2018-10-11 14:33:49 +13:00
committed by Noel Power
parent 135a3c2944
commit 68b284f690
6 changed files with 6 additions and 8 deletions

View File

@ -18,7 +18,7 @@
"""Tests for samba.samba3."""
from samba.samba3 import WinsDatabase
from samba.tests import TestCase, TestCaseInTempDir
from samba.tests import TestCase
import os