Skip to content
Snippets Groups Projects
Verified Commit fe47fac1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed crawler.py and test_table_importer.py

parent 1cd5e02f
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -248,7 +248,7 @@ class Crawler(object):
matches[idx])+"\n")
logger.debug(msg, extra={"identifier": str(item),
'category': "matches"})
'category': "matches"})
def cached_find_identifiables(self, identifiables):
if self.use_cache:
......
......@@ -71,7 +71,7 @@ class ConverterTest(unittest.TestCase):
df = xls_file.parse()
df = self.importer.read_xls(test_file)
assert df.shape[0] == 2
assert df.d.iloc[0] == datetime.datetime(1980,12,31,13,24,23)
assert df.d.iloc[0] == datetime.datetime(1980, 12, 31, 13, 24, 23)
def test_date(self):
test_file = os.path.join(os.path.dirname(__file__), "date.xlsx")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment