From 1990ef6b65d6a32c8be23a262a2def4ad3c067b3 Mon Sep 17 00:00:00 2001 From: Wilbur Jaywright Date: Fri, 16 Aug 2024 11:18:56 -0400 Subject: [PATCH] Removed unused imports (see #20) --- src/rumchat_actor/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rumchat_actor/utils.py b/src/rumchat_actor/utils.py index e42e4fc..0ce3523 100644 --- a/src/rumchat_actor/utils.py +++ b/src/rumchat_actor/utils.py @@ -4,8 +4,8 @@ Various utility functions S.D.G.""" -from os.path import join as pjoin -from pathlib import Path +#from os.path import join as pjoin +#from pathlib import Path #from js2py import eval_js from . import static