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 Jan 18, 2023
1 parent 8e7fca3 commit f845ba1
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 f845ba1

Please sign in to comment.