From dc15fa84bc6c1b84c32de484b81e5050970b201d Mon Sep 17 00:00:00 2001 From: Aleksandra Galitsyna Date: Fri, 2 Sep 2022 17:22:58 -0400 Subject: [PATCH] import fix for sanbox clients --- bioframe/sandbox/clients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bioframe/sandbox/clients.py b/bioframe/sandbox/clients.py index bdebb1d6..fc8c54f2 100644 --- a/bioframe/sandbox/clients.py +++ b/bioframe/sandbox/clients.py @@ -8,7 +8,7 @@ import base64 import glob -from .fileops import read_table +from ..io.fileops import read_table class EncodeClient: