1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +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 $ foo | jc --foo -p -r
[] []
""" """
import jc.utils
from typing import List, Dict from typing import List, Dict
import jc.utils
class info(): class info():