From 6e9dc448c4ee1e1979b1cb10883eb638764cc5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk> Date: Wed, 29 Jun 2022 18:38:30 +0100 Subject: [PATCH] Revert "style(extractor): Blackify with pyproject defaults" This reverts commit e8e2a3bcb14bb63c3db5683f3b21b0ed0bae8df9 --- extraction/core/extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extraction/core/extractor.py b/extraction/core/extractor.py index a050bbfc..9f769eaa 100644 --- a/extraction/core/extractor.py +++ b/extraction/core/extractor.py @@ -1,7 +1,7 @@ import logging from time import perf_counter -from typing import List, Dict, Callable +from typing import Union, List, Dict, Callable import numpy as np import pandas as pd -- GitLab