remove duplicated import in docs conf.py

This commit is contained in:
kakwa 2017-06-12 19:47:43 +02:00
parent ca1f78173f
commit c5dae7039a
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
import os
import sys
import sys
try:
from mock import Mock as MagicMock