diff --git a/icecream/__init__.py b/icecream/__init__.py index 0a9393d..c0482f7 100644 --- a/icecream/__init__.py +++ b/icecream/__init__.py @@ -10,8 +10,6 @@ # License: MIT # -from os.path import dirname, join as pjoin - from .icecream import * # noqa from .builtins import install, uninstall