You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2020/05/13 18:49:11 UTC

[avro] branch master updated: AVRO-2833: Fix python whitespace for lint. (#881)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new e813aff  AVRO-2833: Fix python whitespace for lint. (#881)
e813aff is described below

commit e813aff84591724b237c1943e5d20b27d8d50bf4
Author: RyanSkraba <ry...@skraba.com>
AuthorDate: Wed May 13 20:48:46 2020 +0200

    AVRO-2833: Fix python whitespace for lint. (#881)
---
 lang/py/avro/test/test_datafile_interop.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/py/avro/test/test_datafile_interop.py b/lang/py/avro/test/test_datafile_interop.py
index 1b45945..2a9952a 100644
--- a/lang/py/avro/test/test_datafile_interop.py
+++ b/lang/py/avro/test/test_datafile_interop.py
@@ -27,6 +27,7 @@ from avro import datafile, io
 
 _INTEROP_DATA_DIR = os.path.join(os.path.dirname(avro.__file__), 'test', 'interop', 'data')
 
+
 @unittest.skipUnless(os.path.exists(_INTEROP_DATA_DIR),
                      "{} does not exist".format(_INTEROP_DATA_DIR))
 class TestDataFileInterop(unittest.TestCase):