remove unsused imports
This commit is contained in:
parent
d396741d70
commit
76592c888d
|
@ -1,17 +1,13 @@
|
||||||
import argparse
|
import argparse
|
||||||
from collections import namedtuple, UserDict
|
|
||||||
import configparser
|
import configparser
|
||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
from pprint import pprint
|
|
||||||
import re
|
import re
|
||||||
import shlex
|
import shlex
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
import sh
|
|
||||||
from sh.contrib import git
|
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
logging.basicConfig(format="%(levelname)s | %(module)s.%(funcName)s | %(message)s", level="INFO")
|
logging.basicConfig(format="%(levelname)s | %(module)s.%(funcName)s | %(message)s", level="INFO")
|
||||||
|
|
Loading…
Reference in New Issue