remove brol

This commit is contained in:
svlandeg 2020-09-10 17:44:59 +02:00
parent 08a831ce83
commit 1723fb73c4

View File

@ -203,10 +203,6 @@ def get_checksum(path: Union[Path, str]) -> str:
msg.fail(f"Can't get checksum for {path}: not a file or directory", exits=1)
def _brol(path):
return str.encode(Path(path).read_text().replace("\r\n", "\n"))
@contextmanager
def show_validation_error(
file_path: Optional[Union[str, Path]] = None,