From 49cf03fc212c813862453de5352436dc90d1e458 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Thu, 15 Dec 2022 16:50:53 +0100 Subject: imports and init files --- bsie/apps/index.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bsie/apps/index.py') diff --git a/bsie/apps/index.py b/bsie/apps/index.py index 821aa4c..aa26d0f 100644 --- a/bsie/apps/index.py +++ b/bsie/apps/index.py @@ -9,14 +9,11 @@ import argparse import os import typing -# bsfs imports -import bsfs - # bsie imports from bsie.base import errors -from bsie.lib.bsie import BSIE +from bsie.lib import BSIE from bsie.tools import builder -from bsie.utils.bsfs import URI +from bsie.utils import bsfs # exports __all__: typing.Sequence[str] = ( -- cgit v1.2.3