Skip to content

Commit 6fb86de

Browse files
gordonwattsBenGalewsky
authored andcommitted
Fix up imports
1 parent b7f1213 commit 6fb86de

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

servicex/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343

4444
from servicex.types import DID
4545

46-
import rich
4746
from rich.progress import Progress, TaskID
4847

4948
from servicex.configuration import Configuration

servicex/servicex_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2626
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
import logging
2829
from typing import Optional, List, TypeVar, Any, Type
2930

3031
from servicex.configuration import Configuration
@@ -41,8 +42,6 @@
4142
from make_it_sync import make_sync
4243
from servicex.databinder_models import ServiceXSpec, General, Sample
4344

44-
import rich
45-
4645
T = TypeVar("T")
4746

4847

0 commit comments

Comments
 (0)