From 19b529cf38ed92624bbc2f03a8ad75fbcf26970b Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 24 Jan 2019 18:52:13 -0500 Subject: [PATCH] removed unused import --- lbrynet/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index 077a62155..3f859b396 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -2,7 +2,6 @@ import os import re import sys import typing -import json import logging import yaml from argparse import ArgumentParser