util/*.py: run isort

Sorts and organizes the Python imports.
This commit is contained in:
2022-01-30 12:52:52 +03:00
parent 7488a24e34
commit fe36c5c25b
2 changed files with 5 additions and 6 deletions

View File

@ -8,8 +8,7 @@ import argparse
import os
import re
import sys
from shutil import rmtree
from shutil import copyfile
from shutil import copyfile, rmtree
import pandas as pd