removed unused import

This commit is contained in:
Lex Berezhny 2019-01-24 18:52:13 -05:00
parent 143353be44
commit 19b529cf38

View file

@ -2,7 +2,6 @@ import os
import re
import sys
import typing
import json
import logging
import yaml
from argparse import ArgumentParser