mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 00:00:13 +00:00
fix sort.py
This commit is contained in:
parent
6041c0b211
commit
3a3a01150d
1
sort.py
1
sort.py
|
@ -12,6 +12,7 @@
|
|||
This could be extended by having nested blocks, sorting them recursively
|
||||
and flattening the end structure into a list of lines. Revision 2 maybe ^.^.
|
||||
"""
|
||||
|
||||
def sort_blocks():
|
||||
# First, we load the current README into memory
|
||||
with open('README.md', 'r') as read_me_file:
|
||||
|
|
Loading…
Reference in New Issue
Block a user