Skip to content

Commit

Permalink
MNT: isort is not my friend
Browse files Browse the repository at this point in the history
  • Loading branch information
aberges-SLAC committed May 14, 2024
1 parent f31039f commit 04d62b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/getPVAliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import sys

from colorama import Fore, Style
from grep_more_ioc import (find_ioc, simple_prompt, search_file,
find_parent_ioc, fix_dir, clean_ansi)
from grep_more_ioc import (clean_ansi, find_ioc, find_parent_ioc, fix_dir,
search_file, simple_prompt)
from prettytable import PrettyTable

###############################################################################
Expand Down

0 comments on commit 04d62b3

Please sign in to comment.