Skip to content

Commit

Permalink
Small cleanups of unused code (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi authored Nov 21, 2024
1 parent d2a1ed1 commit c4c8562
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
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

0 comments on commit c4c8562

Please sign in to comment.