Skip to content

Commit 9c2c6b2

Browse files
docstring
1 parent 4cc98b7 commit 9c2c6b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemascii/inline_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
def get_inline_configs(grid: Grid) -> dict:
8+
"Extract all the inline config options into a dict and blank them out."
89
out = {}
910
for y, line in enumerate(grid.lines):
1011
for m in INLINE_CONFIG_RE.finditer(line):

0 commit comments

Comments
 (0)