1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00

Remove unused import

Signed-off-by: ankitdobhal <dobhal.ankit@protonmail.com>
This commit is contained in:
ankitdobhal 2021-03-20 05:41:30 -04:00
parent 696093a0d5
commit c2724c948c

View file

@ -19,7 +19,6 @@ Simplifictions and improvements through patches are more than welcome however :)
import json
import os
import pprint
fpath = os.path.join(os.path.dirname( __file__ ), '..', 'README.md')
examples = []