PASTAplus / content-x

Repository for web-x static page content
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Update with pythonic changes #1

Closed servilla closed 2 years ago

servilla commented 2 years ago

line 20: usually two lines between code blocks line 21: added type hints into signature line -26: the function did not return anything (actually, returns None) - the change was actually a side-effect line 30: using "with" as a context manager automatically closes the file for you line 33: same line 37: create "main" function for module-level code line 42: conditional to execute main function