Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions servicex/func_adl/func_adl_dataset_group.py

This file was deleted.

6 changes: 0 additions & 6 deletions servicex/func_adl/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
from typing import Optional, cast


class FuncADLServerException (Exception):
'Thrown when an exception happens contacting the server'
def __init__(self, msg):
Exception.__init__(self, msg)


def has_tuple(a: ast.AST) -> bool:
"""Determine if this query used tuples in its final result

Expand Down
Loading