From a3e983f78dc4cbcf6f75f78fa2b3c57e09cd1b2b Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Feb 2021 01:38:33 +0100 Subject: Added a few flake8 plugin --- try | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'try') diff --git a/try b/try index 6ae8cb9..1d96563 100755 --- a/try +++ b/try @@ -1,11 +1,10 @@ #!/usr/bin/env python3 import os -import sys import subprocess +import sys -from src.config import MINISHELL_DIR, MINISHELL_EXEC, EXECUTABLES_PATH - +from src.config import EXECUTABLES_PATH, MINISHELL_DIR, MINISHELL_EXEC if __name__ == "__main__": if len(sys.argv) != 2: -- cgit