Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorsk1 committed Dec 19, 2020
1 parent 1d0b6f2 commit c5569f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions databuilder/extractor/atlas_search_data_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
import multiprocessing.pool
from copy import deepcopy
from functools import reduce
from typing import Iterator, Optional, List, Tuple, Any, Dict, Generator
from typing import (
Any, Dict, Generator, Iterator, List, Optional, Tuple,
)

from atlasclient.client import Atlas
from pyhocon import ConfigTree, ConfigFactory
from pyhocon import ConfigFactory, ConfigTree

from databuilder.extractor.base_extractor import Extractor

Expand Down

0 comments on commit c5569f9

Please sign in to comment.