diff options
| author | Christian Berendt <berendt@b1-systems.de> | 2014-07-17 09:05:16 +0200 |
|---|---|---|
| committer | Christian Berendt <berendt@b1-systems.de> | 2014-07-17 09:05:48 +0200 |
| commit | 6132647fb77b83cc99406b5da9ae3c63666cb447 (patch) | |
| tree | 647369c122ae9307569aff482c63be36ac0da1b0 /taskflow/tests/unit/test_arguments_passing.py | |
| parent | 1a7de75b1e4dc2040245442319a48a71d7c3dbee (diff) | |
| download | taskflow-6132647fb77b83cc99406b5da9ae3c63666cb447.tar.gz | |
Enabled hacking checks H305 and H307
* H305 imports not grouped correctly
* H307 like imports should be grouped together
Change-Id: If1dd9c89f65ede6959865a885777cb08c263eca0
Diffstat (limited to 'taskflow/tests/unit/test_arguments_passing.py')
| -rw-r--r-- | taskflow/tests/unit/test_arguments_passing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/taskflow/tests/unit/test_arguments_passing.py b/taskflow/tests/unit/test_arguments_passing.py index 0281c1f..5e9fc3a 100644 --- a/taskflow/tests/unit/test_arguments_passing.py +++ b/taskflow/tests/unit/test_arguments_passing.py @@ -15,7 +15,6 @@ # under the License. import taskflow.engines - from taskflow import exceptions as exc from taskflow import test from taskflow.tests import utils |
