Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Atkins-Turkish <jatkins-turkish@brex.com>
  • Loading branch information
Joseph Atkins-Turkish committed Jan 7, 2021
1 parent c344684 commit fb38cb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/integration/test_chained_trainsformers_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# SPDX-License-Identifier: Apache-2.0

import unittest
from typing import Any, Iterable, List, Optional
from typing import (
Any, Iterable, List, Optional,
)

from pyhocon import ConfigFactory, ConfigTree

from databuilder.extractor.base_extractor import Extractor
from databuilder.job.job import DefaultJob
Expand All @@ -11,13 +15,9 @@
from databuilder.models.table_owner import TableOwner
from databuilder.task.task import DefaultTask
from databuilder.transformer.base_transformer import (
ChainedTransformer,
NoopTransformer,
Transformer,
ChainedTransformer, NoopTransformer, Transformer,
)

from pyhocon import ConfigFactory, ConfigTree

TEST_DATA = [
TableMetadata(
database="db1", schema="schema1", name="table1", cluster="prod", description=""
Expand Down

0 comments on commit fb38cb2

Please sign in to comment.