@@ -9,8 +9,8 @@ import warnings
def read(fname):
path = os.path.join(os.path.dirname(__file__), fname)
with open(path, encoding="utf-8") as file:
return file.read()
with open(path, encoding="utf-8") as fp:
return fp.read()
def check_file(fname):
The note is not visible to the blocked user.