remove unsused imports

This commit is contained in:
sommersoft 2022-04-02 08:44:07 -05:00
parent d396741d70
commit 76592c888d
1 changed files with 0 additions and 4 deletions

View File

@ -1,17 +1,13 @@
import argparse
from collections import namedtuple, UserDict
import configparser
import json
import logging
import os
import os.path
from pprint import pprint
import re
import shlex
import subprocess
import sh
from sh.contrib import git
import yaml
logging.basicConfig(format="%(levelname)s | %(module)s.%(funcName)s | %(message)s", level="INFO")