Skip to content

Commit

Permalink
chore: Strip down unused stuff. #1796
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Feb 1, 2023
1 parent 2b246a6 commit 30782b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions py/h2o_wavelite/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ def _guard_key(key: str):
raise KeyError('invalid key type: want str or int')


class ServiceError(Exception):
pass


DICT = '__kv'


Expand Down
4 changes: 0 additions & 4 deletions py/h2o_wavelite/metadata.py

This file was deleted.

0 comments on commit 30782b9

Please sign in to comment.