From 7cc161f954cbbf0cedc80c2ea4f508f1ab50f7da Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 29 Mar 2024 15:24:43 -0400 Subject: [PATCH] Remove vestigial import Added in c25441c339385d346e8505a52cecd05e65473db3 to support actual usage with the file but when the usage was removed in c6d7e8f70f928d7309de7327bd9c223aab25718f the import remained. --- icecream/__init__.py | 2 -- 1 file changed, 2 deletions(-) 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