general: cleanup -- remove main and executable bit where it's not necessary

This commit is contained in:
Dima Gerasimov 2022-05-31 20:37:16 +01:00
parent 71cda586ad
commit ed14dbd25e
13 changed files with 9 additions and 48 deletions

8
my/body/blood.py Executable file → Normal file
View file

@ -130,11 +130,3 @@ def stats():
def test():
print(dataframe())
assert len(dataframe()) > 10
def main():
print(data())
if __name__ == '__main__':
main()