Apply isort then black
This commit is contained in:
@@ -2,23 +2,20 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
from typing import Optional, Union
|
||||
from pathlib import Path
|
||||
from typing import Optional, Union
|
||||
|
||||
import fire
|
||||
|
||||
|
||||
from axolotl.convert import (
|
||||
FileReader,
|
||||
StdoutWriter,
|
||||
FileWriter,
|
||||
JsonlSerializer,
|
||||
JsonParser,
|
||||
JsonToJsonlConverter,
|
||||
StdoutWriter,
|
||||
)
|
||||
|
||||
|
||||
# add src to the pythonpath so we don't need to pip install this
|
||||
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
|
||||
src_dir = os.path.join(project_root, "src")
|
||||
|
||||
Reference in New Issue
Block a user