Skip to content

Commit c4c8562

Browse files
authored
Small cleanups of unused code (#515)
1 parent d2a1ed1 commit c4c8562

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

servicex/func_adl/func_adl_dataset_group.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

servicex/func_adl/util.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
from typing import Optional, cast
3030

3131

32-
class FuncADLServerException (Exception):
33-
'Thrown when an exception happens contacting the server'
34-
def __init__(self, msg):
35-
Exception.__init__(self, msg)
36-
37-
3832
def has_tuple(a: ast.AST) -> bool:
3933
"""Determine if this query used tuples in its final result
4034

0 commit comments

Comments
 (0)