Skip to content

Commit 47f5ac8

Browse files
committed
Update string_py.py
1 parent 2c77ac8 commit 47f5ac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

string_py/string_py.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def align(values: dict[str, str]):
210210
aligned_text += key + " " * ((length + 3) - len(key)) + values[key] + "\n"
211211
return aligned_text
212212

213-
214213
@staticmethod
215214
def table(values: list[list[str]], border: bool = True) -> str:
216215
"""Create a table

0 commit comments

Comments
 (0)