1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-06-19 22:28:17 +02:00

reorder imports

This commit is contained in:
Kelly Brazil
2022-01-28 14:08:21 -08:00
parent 8bb2663522
commit 1f96586a5e
+1 -1
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():