Skip to content

Commit e85c81c

Browse files
style: auto fixes from pre-commit hooks
1 parent e697f68 commit e85c81c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

table2ascii/__init__.py

Lines changed: 1 addition & 0 deletions
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)