Remove unused packages

This commit is contained in:
allegroai
2021-02-11 14:44:35 +02:00
parent b95d3f5300
commit cd59933c9c
2 changed files with 0 additions and 10 deletions

View File

@@ -24,7 +24,6 @@ import pyhocon
import yaml
from attr import fields_dict
from pathlib2 import Path
from tqdm import tqdm
import six
from six.moves import reduce
@@ -399,12 +398,6 @@ class TqdmStream(object):
self.buffer.write('\n')
class TqdmLog(tqdm):
def __init__(self, iterable=None, file=None, **kwargs):
super(TqdmLog, self).__init__(iterable, file=TqdmStream(file or sys.stderr), **kwargs)
def url_join(first, *rest):
"""
Join url parts similarly to Path.join