Skip to content

Commit 2c7db84

Browse files
felixwang9817achals
authored andcommitted
Remove unused GoServerError
Signed-off-by: Felix Wang <wangfelix98@gmail.com> Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 6720d83 commit 2c7db84

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

sdk/python/feast/errors.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ def __init__(self):
114114
)
115115

116116

117-
class GoServerError(Exception):
118-
def __init__(self, error_message):
119-
super().__init__(f"Go server raises exception: {error_message}")
120-
121-
122117
class FeastModuleImportError(Exception):
123118
def __init__(self, module_name: str, class_name: str):
124119
super().__init__(

0 commit comments

Comments
 (0)