Removed unused imports

This commit is contained in:
Hernan Grecco 2016-02-12 14:07:42 -03:00
parent 72f662a60c
commit 457df519c7

View File

@ -12,8 +12,8 @@
:license: BSD, see LICENSE for more details.
"""
from __future__ import with_statement
import os
import subprocess
import pkg_resources
from .formatting import formatter
from .unit import (UnitRegistry, LazyRegistry)