Skip to content

Commit c8b70be

Browse files
style: auto fixes from pre-commit hooks
1 parent d15e04a commit c8b70be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: table2ascii/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
table2ascii - Library for converting 2D Python lists to fancy ASCII/Unicode tables
33
"""
4+
45
import sys
56
from typing import TYPE_CHECKING
67

0 commit comments

Comments
 (0)