clean up unused imports

This commit is contained in:
Alan Paxton 2022-05-09 09:03:38 +01:00
parent bfa9fee8cd
commit 070fcfc027

View File

@ -9,13 +9,10 @@ Send these results on to OpenSearch graphing service
'''
import argparse
from collections import namedtuple
import itertools
import os
from keyword import iskeyword
import re
import sys
from typing import Mapping
import requests
from dateutil import parser
import logging