Skip to content

Commit

Permalink
OcrdMets: remove dead code __exit__ method, #1130
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 13, 2023
1 parent d8c5813 commit 23b106e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ocrd_models/ocrd_models/ocrd_mets.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ def __init__(self, **kwargs):
if self._cache_flag:
self.refresh_caches()

def __exit__(self):
"""
"""
if self._cache_flag:
self._clear_caches()

def __str__(self):
"""
String representation
Expand Down

0 comments on commit 23b106e

Please sign in to comment.