Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b978fc

Browse files
committed
removed unused imports
1 parent 9f15986 commit 6b978fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

18_gematria/asciitbl.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
""" Make ASCII table """
33

44
import argparse
5-
from itertools import zip_longest
6-
from tabulate import tabulate
75
import pandas as pd
8-
from pprint import pprint
96

107

118
# --------------------------------------------------

0 commit comments

Comments
 (0)