aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test_general_helpers.py
diff options
context:
space:
mode:
authorChristopher Wilcox <crwilcox@google.com>2018-11-29 11:02:52 -0800
committerGitHub <noreply@github.com>2018-11-29 11:02:52 -0800
commit6f4070d1c12e7c1fb2446b568dec9f9ac0d62c73 (patch)
tree732d9660e12b6369cae16180945b30877ec18323 /tests/unit/test_general_helpers.py
parentdf6ae5fd33f947dd544519ae7d41bb8db0c2d1c3 (diff)
downloadpython-api-core-6f4070d1c12e7c1fb2446b568dec9f9ac0d62c73.tar.gz
blacken api_core and core (#6668)
* blacken api_core and core
Diffstat (limited to 'tests/unit/test_general_helpers.py')
-rw-r--r--tests/unit/test_general_helpers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/test_general_helpers.py b/tests/unit/test_general_helpers.py
index 2825193..027d489 100644
--- a/tests/unit/test_general_helpers.py
+++ b/tests/unit/test_general_helpers.py
@@ -18,7 +18,6 @@ from google.api_core import general_helpers
def test_wraps_normal_func():
-
def func():
return 42
@@ -30,7 +29,6 @@ def test_wraps_normal_func():
def test_wraps_partial():
-
def func():
return 42