1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

reorder imports

This commit is contained in:
Kelly Brazil
2022-01-28 14:08:21 -08:00
parent 8bb2663522
commit 1f96586a5e

View File

@ -38,8 +38,8 @@ Examples:
$ foo | jc --foo -p -r
[]
"""
import jc.utils
from typing import List, Dict
import jc.utils
class info():