in plugins/atlas-link-checker/atlas_link_checker/main.py [0:0]
def read_file(fname: str) -> str: with open(fname) as f: return f.read()